#0F88AE

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

Shades of Cerulean #0F88AE

Tints of Cerulean #0F88AE

Color information

#0F88AE (or 0x0F88AE) is unknown color: approx Cerulean. HEX triplet: 0F, 88 and AE. RGB value is (15,136,174). Sum of RGB (Red+Green+Blue) = 15+136+174=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F88AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F88AE is #F07751. Grayscale: #676767. Windows color (decimal): -15759186 or 11438095. OLE color: 11438095.

HSL color Cylindrical-coordinate representation of color #0F88AE: hue angle of 194.34º 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 #0F88AE is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15136174-
CMYK0.910.2200.32
HSL194.34º84.13%37.06%-
HSV(B)194.34º91.38%68.24%-
XYZ16.6420.7743.18-
YUV104.15167.4164.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.62%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=4.62%
G=41.85%
B=53.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151361740.910.2200.32194.3484.1337.06
HexF88AE5B16020c25425
Octal172102561332604030212445
Binary111110001000101011101011011101100100000110000101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F88AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,136,174); }

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

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

 a { background-color: rgb(15,136,174); }

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

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

 span { border-color: rgb(15,136,174); }

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