#0F82BB

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

Shades of Cerulean #0F82BB

Tints of Cerulean #0F82BB

Color information

#0F82BB (or 0x0F82BB) is unknown color: approx Cerulean. HEX triplet: 0F, 82 and BB. RGB value is (15,130,187). Sum of RGB (Red+Green+Blue) = 15+130+187=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F82BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F82BB is #F07D44. Grayscale: #656565. Windows color (decimal): -15760709 or 12288527. OLE color: 12288527.

HSL color Cylindrical-coordinate representation of color #0F82BB: hue angle of 199.88º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F82BB is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15130187-
CMYK0.920.3000.27
HSL199.88º85.15%39.61%-
HSV(B)199.88º91.98%73.33%-
XYZ17.1519.6549.9-
YUV102.11175.965.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.52%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 187 (73.44% from 255) = 56.33%
R=4.52%
G=39.16%
B=56.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151301870.920.3000.27199.8885.1539.61
HexF82BB5C1E01Bc85528
Octal172022731343603331012550
Binary11111000001010111011101110011110011011110010001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,130,187); }

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

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

 a { background-color: rgb(15,130,187); }

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

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

 span { border-color: rgb(15,130,187); }

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