Html Css Color HEX #049AAA Bondi Blue

📋 copy color: '#049AAA'

red 4 ◦ green 154 ◦ blue 170

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

Shades of Bondi Blue #049AAA

Tints of Bondi Blue #049AAA

RGB

 RED value IS 4 (1.95% from 255) = 1.22%

 GREEN value IS 154 (60.55% from 255) = 46.95%

 BLUE value IS 170 (66.8% from 255) = 51.83%

R = 1.22%
G = 46.95%
B = 51.83%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#049AAA (or 0x049AAA) is known color: Bondi Blue. HEX triplet: 04, 9A and AA. RGB value is (4,154,170). Sum of RGB (Red+Green+Blue) = 4+154+170=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #049AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049AAA is #FB6555. Grayscale: #6E6E6E. Windows color (decimal): -16475478 or 11180548. OLE color: 11180548.

HSL color Cylindrical-coordinate representation of color #049AAA: hue angle of 185.78º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049AAA is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 154 170 -
CMYK 0.98 0.09 0 0.33
HSL 185.78º 0.95% 0.34% -
HSV(B) 185.78º 0.98% 0.67% -
XYZ 18.86 26.04 42.06 -
YUV 110.97 161.31 51.7 -
System Red Green Blue C M Y K H S L
Decimal 4 154 170 0.98 0.09 0 0.33 185.78 0.95 0.34
Hex 4 9A AA 62 9 0 21 BA 5F 22
Octal 4 232 252 142 11 0 41 272 137 42
Binary 100 10011010 10101010 1100010 1001 0 100001 10111010 1011111 100010

Color Harmonies of #049AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049AAA

Black with #049AAA

Text Example


Text Example

White with #049AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049AAA; }

 p { color: rgb(4,154,170); }

 H1.HeaderClassName
 {
   color: #049AAA;
 }
 .AnyTagClassName
 {
   color: #049AAA;
 }
</style>

background-color css

<style>
 a { background-color: #049AAA; }

 a { background-color: rgb(4,154,170); }

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

border-color css

<style>
 span { border-color: #049AAA; }

 span { border-color: rgb(4,154,170); }

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