Html Css Color HEX #059CA4 Bondi Blue

📋 copy color: '#059CA4'

red 5 ◦ green 156 ◦ blue 164

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

Shades of Bondi Blue #059CA4

Tints of Bondi Blue #059CA4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48%

 BLUE value IS 164 (64.45% from 255) = 50.46%

R = 1.54%
G = 48%
B = 50.46%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#059CA4 (or 0x059CA4) is known color: Bondi Blue. HEX triplet: 05, 9C and A4. RGB value is (5,156,164). Sum of RGB (Red+Green+Blue) = 5+156+164=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #059CA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059CA4 is #FA635B. Grayscale: #6F6F6F. Windows color (decimal): -16409436 or 10787845. OLE color: 10787845.

HSL color Cylindrical-coordinate representation of color #059CA4: hue angle of 183.02º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059CA4 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 156 164 -
CMYK 0.97 0.05 0 0.36
HSL 183.02º 0.94% 0.33% -
HSV(B) 183.02º 0.97% 0.64% -
XYZ 18.65 26.49 39.25 -
YUV 111.76 157.47 51.85 -
System Red Green Blue C M Y K H S L
Decimal 5 156 164 0.97 0.05 0 0.36 183.02 0.94 0.33
Hex 5 9C A4 61 5 0 24 B7 5E 21
Octal 5 234 244 141 5 0 44 267 136 41
Binary 101 10011100 10100100 1100001 101 0 100100 10110111 1011110 100001

Color Harmonies of #059CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CA4

Black with #059CA4

Text Example


Text Example

White with #059CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059CA4; }

 p { color: rgb(5,156,164); }

 H1.HeaderClassName
 {
   color: #059CA4;
 }
 .AnyTagClassName
 {
   color: #059CA4;
 }
</style>

background-color css

<style>
 a { background-color: #059CA4; }

 a { background-color: rgb(5,156,164); }

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

border-color css

<style>
 span { border-color: #059CA4; }

 span { border-color: rgb(5,156,164); }

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