Html Css Color HEX #029CB5 Bondi Blue

📋 copy color: '#029CB5'

red 2 ◦ green 156 ◦ blue 181

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

Shades of Bondi Blue #029CB5

Tints of Bondi Blue #029CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 53.39%

R = 0.59%
G = 46.02%
B = 53.39%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#029CB5 (or 0x029CB5) is known color: Bondi Blue. HEX triplet: 02, 9C and B5. RGB value is (2,156,181). Sum of RGB (Red+Green+Blue) = 2+156+181=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 181 (71.09% from 255 or 53.39% from 339); Max value from RGB is 181 - color contains mainly: blue. Hex color #029CB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029CB5 is #FD634A. Grayscale: #707070. Windows color (decimal): -16606027 or 11901954. OLE color: 11901954.

HSL color Cylindrical-coordinate representation of color #029CB5: hue angle of 188.38º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029CB5 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 156 181 -
CMYK 0.99 0.14 0 0.29
HSL 188.38º 0.98% 0.36% -
HSV(B) 188.38º 0.99% 0.71% -
XYZ 20.25 27.13 47.88 -
YUV 112.8 166.48 48.97 -
System Red Green Blue C M Y K H S L
Decimal 2 156 181 0.99 0.14 0 0.29 188.38 0.98 0.36
Hex 2 9C B5 63 E 0 1D BC 62 24
Octal 2 234 265 143 16 0 35 274 142 44
Binary 10 10011100 10110101 1100011 1110 0 11101 10111100 1100010 100100

Color Harmonies of #029CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029CB5

Black with #029CB5

Text Example


Text Example

White with #029CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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