#008CAF

Color #008CAF Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #008CAF

Tints of Bondi Blue #008CAF

Color information

#008CAF (or 0x008CAF) is unknown color: approx Bondi Blue. HEX triplet: 00, 8C and AF. RGB value is (0,140,175). Sum of RGB (Red+Green+Blue) = 0+140+175=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #008CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008CAF is #FF7350. Grayscale: #656565. Windows color (decimal): -16741201 or 11504640. OLE color: 11504640.

HSL color Cylindrical-coordinate representation of color #008CAF: hue angle of 192º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CAF is Cyan = 1, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB0140175-
CMYK10.200.31
HSL192º100%34.31%-
HSV(B)192º100%68.63%-
XYZ17.1221.8543.87-
YUV102.13169.1255.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 140 (55.08% from 255) = 44.44%
BLUE value IS 175 (68.75% from 255) = 55.56%
R=0%
G=44.44%
B=55.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal014017510.200.3119210034.31
Hex08CAF641401Fc06422
Octal02142571442403730014442
Binary01000110010101111110010010100011111110000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #008CAF;
 }
 .AnyTagClassName
 {
   color: #008CAF;
 }
</style>
background-color css

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

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

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

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

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

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