#0E7CAB

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

Shades of Cerulean #0E7CAB

Tints of Cerulean #0E7CAB

Color information

#0E7CAB (or 0x0E7CAB) is unknown color: approx Cerulean. HEX triplet: 0E, 7C and AB. RGB value is (14,124,171). Sum of RGB (Red+Green+Blue) = 14+124+171=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E7CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7CAB is #F18354. Grayscale: #606060. Windows color (decimal): -15827797 or 11238414. OLE color: 11238414.

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

Color convert

RGB14124171-
CMYK0.920.2700.33
HSL197.96º84.86%36.27%-
HSV(B)197.96º91.81%67.06%-
XYZ14.7417.4541.12-
YUV96.47170.0669.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.53%
GREEN value IS 124 (48.83% from 255) = 40.13%
BLUE value IS 171 (67.19% from 255) = 55.34%
R=4.53%
G=40.13%
B=55.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141241710.920.2700.33197.9684.8636.27
HexE7CAB5C1B021c65524
Octal161742531343304130612544
Binary11101111100101010111011100110110100001110001101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,124,171); }

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

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

 a { background-color: rgb(14,124,171); }

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

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

 span { border-color: rgb(14,124,171); }

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