Html Css Color HEX #029FB4 Bondi Blue

📋 copy color: '#029FB4'

red 2 ◦ green 159 ◦ blue 180

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

Shades of Bondi Blue #029FB4

Tints of Bondi Blue #029FB4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.63%

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

R = 0.59%
G = 46.63%
B = 52.79%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#029FB4 (or 0x029FB4) is known color: Bondi Blue. HEX triplet: 02, 9F and B4. RGB value is (2,159,180). Sum of RGB (Red+Green+Blue) = 2+159+180=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #029FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029FB4 is #FD604B. Grayscale: #727272. Windows color (decimal): -16605260 or 11837186. OLE color: 11837186.

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

Color convert

RGB 2 159 180 -
CMYK 0.99 0.12 0 0.29
HSL 187.08º 0.98% 0.36% -
HSV(B) 187.08º 0.99% 0.71% -
XYZ 20.66 28.1 47.52 -
YUV 114.45 164.99 47.79 -
System Red Green Blue C M Y K H S L
Decimal 2 159 180 0.99 0.12 0 0.29 187.08 0.98 0.36
Hex 2 9F B4 63 C 0 1D BB 62 24
Octal 2 237 264 143 14 0 35 273 142 44
Binary 10 10011111 10110100 1100011 1100 0 11101 10111011 1100010 100100

Color Harmonies of #029FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029FB4

Black with #029FB4

Text Example


Text Example

White with #029FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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