Html Css Color HEX #008CAC Bondi Blue

📋 copy color: '#008CAC'

red 0 ◦ green 140 ◦ blue 172

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

Shades of Bondi Blue #008CAC

Tints of Bondi Blue #008CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.87%

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

R = 0%
G = 44.87%
B = 55.13%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#008CAC (or 0x008CAC) is known color: Bondi Blue. HEX triplet: 00, 8C and AC. RGB value is (0,140,172). Sum of RGB (Red+Green+Blue) = 0+140+172=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #008CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008CAC is #FF7353. Grayscale: #656565. Windows color (decimal): -16741204 or 11308032. OLE color: 11308032.

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

Color convert

RGB 0 140 172 -
CMYK 1 0.19 0 0.33
HSL 191.16º 1% 0.34% -
HSV(B) 191.16º 1% 0.67% -
XYZ 16.82 21.73 42.34 -
YUV 101.79 167.62 55.4 -
System Red Green Blue C M Y K H S L
Decimal 0 140 172 1 0.19 0 0.33 191.16 1 0.34
Hex 0 8C AC 64 13 0 21 BF 64 22
Octal 0 214 254 144 23 0 41 277 144 42
Binary 0 10001100 10101100 1100100 10011 0 100001 10111111 1100100 100010

Color Harmonies of #008CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CAC

Black with #008CAC

Text Example


Text Example

White with #008CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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