#0E82BB

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

Shades of Cerulean #0E82BB

Tints of Cerulean #0E82BB

Color information

#0E82BB (or 0x0E82BB) is unknown color: approx Cerulean. HEX triplet: 0E, 82 and BB. RGB value is (14,130,187). Sum of RGB (Red+Green+Blue) = 14+130+187=331 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.23% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E82BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E82BB is #F17D44. Grayscale: #656565. Windows color (decimal): -15826245 or 12288526. OLE color: 12288526.

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

Color convert

RGB14130187-
CMYK0.930.3000.27
HSL199.77º86.07%39.41%-
HSV(B)199.77º92.51%73.33%-
XYZ17.1319.6549.9-
YUV101.81176.0765.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.23%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 187 (73.44% from 255) = 56.50%
R=4.23%
G=39.27%
B=56.50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141301870.930.3000.27199.7786.0739.41
HexE82BB5D1E01Bc85627
Octal162022731353603331012647
Binary11101000001010111011101110111110011011110010001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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