#0F84AC

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

Shades of Cerulean #0F84AC

Tints of Cerulean #0F84AC

Color information

#0F84AC (or 0x0F84AC) is unknown color: approx Cerulean. HEX triplet: 0F, 84 and AC. RGB value is (15,132,172). Sum of RGB (Red+Green+Blue) = 15+132+172=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F84AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F84AC is #F07B53. Grayscale: #656565. Windows color (decimal): -15760212 or 11305999. OLE color: 11305999.

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

Color convert

RGB15132172-
CMYK0.910.2300.33
HSL195.29º83.96%36.67%-
HSV(B)195.29º91.28%67.45%-
XYZ15.8919.5841.97-
YUV101.58167.7466.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.70%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 172 (67.58% from 255) = 53.92%
R=4.70%
G=41.38%
B=53.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151321720.910.2300.33195.2983.9636.67
HexF84AC5B17021c35425
Octal172042541332704130312445
Binary111110000100101011001011011101110100001110000111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F84AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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