Html Css Color HEX #029BAB Bondi Blue

📋 copy color: '#029BAB'

red 2 ◦ green 155 ◦ blue 171

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

Shades of Bondi Blue #029BAB

Tints of Bondi Blue #029BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.26%

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 0.61%
G = 47.26%
B = 52.13%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#029BAB (or 0x029BAB) is known color: Bondi Blue. HEX triplet: 02, 9B and AB. RGB value is (2,155,171). Sum of RGB (Red+Green+Blue) = 2+155+171=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #029BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029BAB is #FD6454. Grayscale: #6E6E6E. Windows color (decimal): -16606293 or 11246338. OLE color: 11246338.

HSL color Cylindrical-coordinate representation of color #029BAB: hue angle of 185.68º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029BAB is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 155 171 -
CMYK 0.99 0.09 0 0.33
HSL 185.68º 0.98% 0.34% -
HSV(B) 185.68º 0.99% 0.67% -
XYZ 19.1 26.4 42.62 -
YUV 111.08 161.81 50.2 -
System Red Green Blue C M Y K H S L
Decimal 2 155 171 0.99 0.09 0 0.33 185.68 0.98 0.34
Hex 2 9B AB 63 9 0 21 BA 62 22
Octal 2 233 253 143 11 0 41 272 142 42
Binary 10 10011011 10101011 1100011 1001 0 100001 10111010 1100010 100010

Color Harmonies of #029BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029BAB

Black with #029BAB

Text Example


Text Example

White with #029BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,155,171); }

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

background-color css

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

 a { background-color: rgb(2,155,171); }

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

border-color css

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

 span { border-color: rgb(2,155,171); }

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