Html Css Color HEX #029DB4 Bondi Blue

📋 copy color: '#029DB4'

red 2 ◦ green 157 ◦ blue 180

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

Shades of Bondi Blue #029DB4

Tints of Bondi Blue #029DB4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.31%

 BLUE value IS 180 (70.7% from 255) = 53.1%

R = 0.59%
G = 46.31%
B = 53.1%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#029DB4 (or 0x029DB4) is known color: Bondi Blue. HEX triplet: 02, 9D and B4. RGB value is (2,157,180). Sum of RGB (Red+Green+Blue) = 2+157+180=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #029DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029DB4 is #FD624B. Grayscale: #717171. Windows color (decimal): -16605772 or 11836674. OLE color: 11836674.

HSL color Cylindrical-coordinate representation of color #029DB4: hue angle of 187.75º 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 #029DB4 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 157 180 -
CMYK 0.99 0.13 0 0.29
HSL 187.75º 0.98% 0.36% -
HSV(B) 187.75º 0.99% 0.71% -
XYZ 20.32 27.42 47.4 -
YUV 113.28 165.65 48.63 -
System Red Green Blue C M Y K H S L
Decimal 2 157 180 0.99 0.13 0 0.29 187.75 0.98 0.36
Hex 2 9D B4 63 D 0 1D BC 62 24
Octal 2 235 264 143 15 0 35 274 142 44
Binary 10 10011101 10110100 1100011 1101 0 11101 10111100 1100010 100100

Color Harmonies of #029DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029DB4

Black with #029DB4

Text Example


Text Example

White with #029DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,157,180); }

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

background-color css

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

 a { background-color: rgb(2,157,180); }

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

border-color css

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

 span { border-color: rgb(2,157,180); }

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