Html Css Color HEX #029CAF Bondi Blue

📋 copy color: '#029CAF'

red 2 ◦ green 156 ◦ blue 175

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

Shades of Bondi Blue #029CAF

Tints of Bondi Blue #029CAF

RGB

 RED value IS 2 (1.17% from 255) = 0.6%

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

 BLUE value IS 175 (68.75% from 255) = 52.55%

R = 0.6%
G = 46.85%
B = 52.55%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#029CAF (or 0x029CAF) is known color: Bondi Blue. HEX triplet: 02, 9C and AF. RGB value is (2,156,175). Sum of RGB (Red+Green+Blue) = 2+156+175=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #029CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029CAF is #FD6350. Grayscale: #6F6F6F. Windows color (decimal): -16606033 or 11508738. OLE color: 11508738.

HSL color Cylindrical-coordinate representation of color #029CAF: hue angle of 186.59º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029CAF is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 156 175 -
CMYK 0.99 0.11 0 0.31
HSL 186.59º 0.98% 0.35% -
HSV(B) 186.59º 0.99% 0.69% -
XYZ 19.65 26.88 44.71 -
YUV 112.12 163.48 49.46 -
System Red Green Blue C M Y K H S L
Decimal 2 156 175 0.99 0.11 0 0.31 186.59 0.98 0.35
Hex 2 9C AF 63 B 0 1F BB 62 23
Octal 2 234 257 143 13 0 37 273 142 43
Binary 10 10011100 10101111 1100011 1011 0 11111 10111011 1100010 100011

Color Harmonies of #029CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029CAF

Black with #029CAF

Text Example


Text Example

White with #029CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029CAF; }

 p { color: rgb(2,156,175); }

 H1.HeaderClassName
 {
   color: #029CAF;
 }
 .AnyTagClassName
 {
   color: #029CAF;
 }
</style>

background-color css

<style>
 a { background-color: #029CAF; }

 a { background-color: rgb(2,156,175); }

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

border-color css

<style>
 span { border-color: #029CAF; }

 span { border-color: rgb(2,156,175); }

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