Html Css Color HEX #029EB6 Bondi Blue

📋 copy color: '#029EB6'

red 2 ◦ green 158 ◦ blue 182

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

Shades of Bondi Blue #029EB6

Tints of Bondi Blue #029EB6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.2%

 BLUE value IS 182 (71.48% from 255) = 53.22%

R = 0.58%
G = 46.2%
B = 53.22%

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

#029EB6 (or 0x029EB6) is known color: Bondi Blue. HEX triplet: 02, 9E and B6. RGB value is (2,158,182). Sum of RGB (Red+Green+Blue) = 2+158+182=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 182 (71.48% from 255 or 53.22% from 342); Max value from RGB is 182 - color contains mainly: blue. Hex color #029EB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029EB6 is #FD6149. Grayscale: #717171. Windows color (decimal): -16605514 or 11968002. OLE color: 11968002.

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

Color convert

RGB 2 158 182 -
CMYK 0.99 0.13 0 0.29
HSL 188º 0.98% 0.36% -
HSV(B) 188º 0.99% 0.71% -
XYZ 20.7 27.84 48.54 -
YUV 114.09 166.32 48.05 -
System Red Green Blue C M Y K H S L
Decimal 2 158 182 0.99 0.13 0 0.29 188 0.98 0.36
Hex 2 9E B6 63 D 0 1D BC 62 24
Octal 2 236 266 143 15 0 35 274 142 44
Binary 10 10011110 10110110 1100011 1101 0 11101 10111100 1100010 100100

Color Harmonies of #029EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029EB6

Black with #029EB6

Text Example


Text Example

White with #029EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,158,182); }

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

background-color css

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

 a { background-color: rgb(2,158,182); }

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

border-color css

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

 span { border-color: rgb(2,158,182); }

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