#0F86AC

Color #0F86AC Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0F86AC

Tints of Cerulean #0F86AC

Color information

#0F86AC (or 0x0F86AC) is unknown color: approx Cerulean. HEX triplet: 0F, 86 and AC. RGB value is (15,134,172). Sum of RGB (Red+Green+Blue) = 15+134+172=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F86AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F86AC is #F07953. Grayscale: #666666. Windows color (decimal): -15759700 or 11306511. OLE color: 11306511.

HSL color Cylindrical-coordinate representation of color #0F86AC: hue angle of 194.52º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F86AC is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15134172-
CMYK0.910.2200.33
HSL194.52º83.96%36.67%-
HSV(B)194.52º91.28%67.45%-
XYZ16.1720.1342.06-
YUV102.75167.0865.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.67%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 172 (67.58% from 255) = 53.58%
R=4.67%
G=41.74%
B=53.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151341720.910.2200.33194.5283.9636.67
HexF86AC5B16021c35425
Octal172062541332604130312445
Binary111110000110101011001011011101100100001110000111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F86AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F86AC; }

 p { color: rgb(15,134,172); }

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

<style>
 a { background-color: #0F86AC; }

 a { background-color: rgb(15,134,172); }

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

<style>
 span { border-color: #0F86AC; }

 span { border-color: rgb(15,134,172); }

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