Html Css Color HEX #029BA4 Bondi Blue

📋 copy color: '#029BA4'

red 2 ◦ green 155 ◦ blue 164

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

Shades of Bondi Blue #029BA4

Tints of Bondi Blue #029BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 51.09%

R = 0.62%
G = 48.29%
B = 51.09%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#029BA4 (or 0x029BA4) is known color: Bondi Blue. HEX triplet: 02, 9B and A4. RGB value is (2,155,164). Sum of RGB (Red+Green+Blue) = 2+155+164=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #029BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029BA4 is #FD645B. Grayscale: #6E6E6E. Windows color (decimal): -16606300 or 10787586. OLE color: 10787586.

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

Color convert

RGB 2 155 164 -
CMYK 0.99 0.05 0 0.36
HSL 183.33º 0.98% 0.33% -
HSV(B) 183.33º 0.99% 0.64% -
XYZ 18.45 26.14 39.19 -
YUV 110.28 158.31 50.77 -
System Red Green Blue C M Y K H S L
Decimal 2 155 164 0.99 0.05 0 0.36 183.33 0.98 0.33
Hex 2 9B A4 63 5 0 24 B7 62 21
Octal 2 233 244 143 5 0 44 267 142 41
Binary 10 10011011 10100100 1100011 101 0 100100 10110111 1100010 100001

Color Harmonies of #029BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029BA4

Black with #029BA4

Text Example


Text Example

White with #029BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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