Html Css Color HEX #009EAC Bondi Blue

📋 copy color: '#009EAC'

red 0 ◦ green 158 ◦ blue 172

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

Shades of Bondi Blue #009EAC

Tints of Bondi Blue #009EAC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 47.88%
B = 52.12%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#009EAC (or 0x009EAC) is known color: Bondi Blue. HEX triplet: 00, 9E and AC. RGB value is (0,158,172). Sum of RGB (Red+Green+Blue) = 0+158+172=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #009EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009EAC is #FF6153. Grayscale: #707070. Windows color (decimal): -16736596 or 11312640. OLE color: 11312640.

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

Color convert

RGB 0 158 172 -
CMYK 1 0.08 0 0.33
HSL 184.88º 1% 0.34% -
HSV(B) 184.88º 1% 0.67% -
XYZ 19.67 27.43 43.29 -
YUV 112.35 161.65 47.86 -
System Red Green Blue C M Y K H S L
Decimal 0 158 172 1 0.08 0 0.33 184.88 1 0.34
Hex 0 9E AC 64 8 0 21 B9 64 22
Octal 0 236 254 144 10 0 41 271 144 42
Binary 0 10011110 10101100 1100100 1000 0 100001 10111001 1100100 100010

Color Harmonies of #009EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009EAC

Black with #009EAC

Text Example


Text Example

White with #009EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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