Html Css Color HEX #029CBA Bondi Blue

📋 copy color: '#029CBA'

red 2 ◦ green 156 ◦ blue 186

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

Shades of Bondi Blue #029CBA

Tints of Bondi Blue #029CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 0.58%
G = 45.35%
B = 54.07%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#029CBA (or 0x029CBA) is known color: Bondi Blue. HEX triplet: 02, 9C and BA. RGB value is (2,156,186). Sum of RGB (Red+Green+Blue) = 2+156+186=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #029CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029CBA is #FD6345. Grayscale: #717171. Windows color (decimal): -16606022 or 12229634. OLE color: 12229634.

HSL color Cylindrical-coordinate representation of color #029CBA: hue angle of 189.78º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029CBA is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 156 186 -
CMYK 0.99 0.16 0 0.27
HSL 189.78º 0.98% 0.37% -
HSV(B) 189.78º 0.99% 0.73% -
XYZ 20.78 27.34 50.64 -
YUV 113.37 168.98 48.56 -
System Red Green Blue C M Y K H S L
Decimal 2 156 186 0.99 0.16 0 0.27 189.78 0.98 0.37
Hex 2 9C BA 63 10 0 1B BE 62 25
Octal 2 234 272 143 20 0 33 276 142 45
Binary 10 10011100 10111010 1100011 10000 0 11011 10111110 1100010 100101

Color Harmonies of #029CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029CBA

Black with #029CBA

Text Example


Text Example

White with #029CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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