#0E84AA

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

Shades of Cerulean #0E84AA

Tints of Cerulean #0E84AA

Color information

#0E84AA (or 0x0E84AA) is unknown color: approx Cerulean. HEX triplet: 0E, 84 and AA. RGB value is (14,132,170). Sum of RGB (Red+Green+Blue) = 14+132+170=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E84AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E84AA is #F17B55. Grayscale: #646464. Windows color (decimal): -15825750 or 11174926. OLE color: 11174926.

HSL color Cylindrical-coordinate representation of color #0E84AA: hue angle of 194.62º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E84AA is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14132170-
CMYK0.920.2200.33
HSL194.62º84.78%36.08%-
HSV(B)194.62º91.76%66.67%-
XYZ15.6919.540.97-
YUV101.05166.9165.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.43%
GREEN value IS 132 (51.95% from 255) = 41.77%
BLUE value IS 170 (66.80% from 255) = 53.80%
R=4.43%
G=41.77%
B=53.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141321700.920.2200.33194.6284.7836.08
HexE84AA5C16021c35524
Octal162042521342604130312544
Binary111010000100101010101011100101100100001110000111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E84AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,132,170); }

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

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

 a { background-color: rgb(14,132,170); }

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

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

 span { border-color: rgb(14,132,170); }

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