Html Css Color HEX #049EAC Bondi Blue

📋 copy color: '#049EAC'

red 4 ◦ green 158 ◦ blue 172

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

Shades of Bondi Blue #049EAC

Tints of Bondi Blue #049EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.5%

R = 1.2%
G = 47.31%
B = 51.5%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#049EAC (or 0x049EAC) is known color: Bondi Blue. HEX triplet: 04, 9E and AC. RGB value is (4,158,172). Sum of RGB (Red+Green+Blue) = 4+158+172=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #049EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049EAC is #FB6153. Grayscale: #717171. Windows color (decimal): -16474452 or 11312644. OLE color: 11312644.

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

Color convert

RGB 4 158 172 -
CMYK 0.98 0.08 0 0.33
HSL 185º 0.95% 0.35% -
HSV(B) 185º 0.98% 0.67% -
XYZ 19.72 27.46 43.29 -
YUV 113.55 160.98 49.86 -
System Red Green Blue C M Y K H S L
Decimal 4 158 172 0.98 0.08 0 0.33 185 0.95 0.35
Hex 4 9E AC 62 8 0 21 B9 5F 23
Octal 4 236 254 142 10 0 41 271 137 43
Binary 100 10011110 10101100 1100010 1000 0 100001 10111001 1011111 100011

Color Harmonies of #049EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EAC

Black with #049EAC

Text Example


Text Example

White with #049EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,158,172); }

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

background-color css

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

 a { background-color: rgb(4,158,172); }

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

border-color css

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

 span { border-color: rgb(4,158,172); }

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