#107896

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

Shades of Cerulean #107896

Tints of Cerulean #107896

Color information

#107896 (or 0x107896) is unknown color: approx Cerulean. HEX triplet: 10, 78 and 96. RGB value is (16,120,150). Sum of RGB (Red+Green+Blue) = 16+120+150=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #107896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107896 is #EF8769. Grayscale: #5C5C5C. Windows color (decimal): -15697770 or 9861136. OLE color: 9861136.

HSL color Cylindrical-coordinate representation of color #107896: hue angle of 193.43º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107896 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB16120150-
CMYK0.890.2000.41
HSL193.43º80.72%32.55%-
HSV(B)193.43º89.33%58.82%-
XYZ12.4415.7531.24-
YUV92.32160.5473.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.59%
GREEN value IS 120 (47.27% from 255) = 41.96%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=5.59%
G=41.96%
B=52.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal161201500.890.2000.41193.4380.7232.55
Hex1078965914029c15121
Octal201702261312405130112141
Binary100001111000100101101011001101000101001110000011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107896; }

 p { color: rgb(16,120,150); }

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

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

 a { background-color: rgb(16,120,150); }

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

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

 span { border-color: rgb(16,120,150); }

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