#0F86AD

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

Shades of Cerulean #0F86AD

Tints of Cerulean #0F86AD

Color information

#0F86AD (or 0x0F86AD) is unknown color: approx Cerulean. HEX triplet: 0F, 86 and AD. RGB value is (15,134,173). Sum of RGB (Red+Green+Blue) = 15+134+173=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F86AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F86AD is #F07952. Grayscale: #666666. Windows color (decimal): -15759699 or 11372047. OLE color: 11372047.

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

Color convert

RGB15134173-
CMYK0.910.2300.32
HSL194.81º84.04%36.86%-
HSV(B)194.81º91.33%67.84%-
XYZ16.2620.1742.57-
YUV102.86167.5865.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.66%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 173 (67.97% from 255) = 53.73%
R=4.66%
G=41.61%
B=53.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151341730.910.2300.32194.8184.0436.86
HexF86AD5B17020c35425
Octal172062551332704030312445
Binary111110000110101011011011011101110100000110000111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F86AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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