Html Css Color HEX #008EAC Bondi Blue

📋 copy color: '#008EAC'

red 0 ◦ green 142 ◦ blue 172

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

Shades of Bondi Blue #008EAC

Tints of Bondi Blue #008EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.22%

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

R = 0%
G = 45.22%
B = 54.78%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#008EAC (or 0x008EAC) is known color: Bondi Blue. HEX triplet: 00, 8E and AC. RGB value is (0,142,172). Sum of RGB (Red+Green+Blue) = 0+142+172=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #008EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008EAC is #FF7153. Grayscale: #666666. Windows color (decimal): -16740692 or 11308544. OLE color: 11308544.

HSL color Cylindrical-coordinate representation of color #008EAC: hue angle of 190.47º 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 #008EAC is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 142 172 -
CMYK 1 0.17 0 0.33
HSL 190.47º 1% 0.34% -
HSV(B) 190.47º 1% 0.67% -
XYZ 17.12 22.32 42.44 -
YUV 102.96 166.96 54.56 -
System Red Green Blue C M Y K H S L
Decimal 0 142 172 1 0.17 0 0.33 190.47 1 0.34
Hex 0 8E AC 64 11 0 21 BE 64 22
Octal 0 216 254 144 21 0 41 276 144 42
Binary 0 10001110 10101100 1100100 10001 0 100001 10111110 1100100 100010

Color Harmonies of #008EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008EAC

Black with #008EAC

Text Example


Text Example

White with #008EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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