Html Css Color HEX #029CAE Bondi Blue

📋 copy color: '#029CAE'

red 2 ◦ green 156 ◦ blue 174

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

Shades of Bondi Blue #029CAE

Tints of Bondi Blue #029CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.41%

R = 0.6%
G = 46.99%
B = 52.41%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#029CAE (or 0x029CAE) is known color: Bondi Blue. HEX triplet: 02, 9C and AE. RGB value is (2,156,174). Sum of RGB (Red+Green+Blue) = 2+156+174=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #029CAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029CAE is #FD6351. Grayscale: #6F6F6F. Windows color (decimal): -16606034 or 11443202. OLE color: 11443202.

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

Color convert

RGB 2 156 174 -
CMYK 0.99 0.10 0 0.32
HSL 186.28º 0.98% 0.35% -
HSV(B) 186.28º 0.99% 0.68% -
XYZ 19.55 26.85 44.2 -
YUV 112.01 162.98 49.54 -
System Red Green Blue C M Y K H S L
Decimal 2 156 174 0.99 0.10 0 0.32 186.28 0.98 0.35
Hex 2 9C AE 63 A 0 20 BA 62 23
Octal 2 234 256 143 12 0 40 272 142 43
Binary 10 10011100 10101110 1100011 1010 0 100000 10111010 1100010 100011

Color Harmonies of #029CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029CAE

Black with #029CAE

Text Example


Text Example

White with #029CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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