Html Css Color HEX #058CC1 Bondi Blue

📋 copy color: '#058CC1'

red 5 ◦ green 140 ◦ blue 193

#058CC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #058CC1

Tints of Bondi Blue #058CC1

RGB

 RED value IS 5 (2.34% from 255) = 1.48%

 GREEN value IS 140 (55.08% from 255) = 41.42%

 BLUE value IS 193 (75.78% from 255) = 57.1%

R = 1.48%
G = 41.42%
B = 57.1%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#058CC1 (or 0x058CC1) is known color: Bondi Blue. HEX triplet: 05, 8C and C1. RGB value is (5,140,193). Sum of RGB (Red+Green+Blue) = 5+140+193=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #058CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058CC1 is #FA733E. Grayscale: #696969. Windows color (decimal): -16413503 or 12684293. OLE color: 12684293.

HSL color Cylindrical-coordinate representation of color #058CC1: hue angle of 196.91º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058CC1 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 140 193 -
CMYK 0.97 0.27 0 0.24
HSL 196.91º 0.95% 0.39% -
HSV(B) 196.91º 0.97% 0.76% -
XYZ 19.07 22.64 53.82 -
YUV 105.68 177.27 56.19 -
System Red Green Blue C M Y K H S L
Decimal 5 140 193 0.97 0.27 0 0.24 196.91 0.95 0.39
Hex 5 8C C1 61 1B 0 18 C5 5F 27
Octal 5 214 301 141 33 0 30 305 137 47
Binary 101 10001100 11000001 1100001 11011 0 11000 11000101 1011111 100111

Color Harmonies of #058CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CC1

Black with #058CC1

Text Example


Text Example

White with #058CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058CC1; }

 p { color: rgb(5,140,193); }

 H1.HeaderClassName
 {
   color: #058CC1;
 }
 .AnyTagClassName
 {
   color: #058CC1;
 }
</style>

background-color css

<style>
 a { background-color: #058CC1; }

 a { background-color: rgb(5,140,193); }

 div.DivClassName
 {
   background-color: #058CC1;
 }
 .BgClassName
 {
   background-color: #058CC1;
 }
</style>

border-color css

<style>
 span { border-color: #058CC1; }

 span { border-color: rgb(5,140,193); }

 td.TdClassName
 {
   border-color: #058CC1;
 }
 .TagClassName
 {
   border-color: #058CC1;
 }
</style>