#117296

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

Shades of Cerulean #117296

Tints of Cerulean #117296

Color information

#117296 (or 0x117296) is unknown color: approx Cerulean. HEX triplet: 11, 72 and 96. RGB value is (17,114,150). Sum of RGB (Red+Green+Blue) = 17+114+150=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #117296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117296 is #EE8D69. Grayscale: #585858. Windows color (decimal): -15633770 or 9859601. OLE color: 9859601.

HSL color Cylindrical-coordinate representation of color #117296: hue angle of 196.24º degrees, saturation: 0.8, 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 #117296 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB17114150-
CMYK0.890.2400.41
HSL196.24º79.64%32.75%-
HSV(B)196.24º88.67%58.82%-
XYZ11.7514.3631.01-
YUV89.1162.3676.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.05%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 150 (58.98% from 255) = 53.38%
R=6.05%
G=40.57%
B=53.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171141500.890.2400.41196.2479.6432.75
Hex1172965918029c45021
Octal211622261313005130412041
Binary100011110010100101101011001110000101001110001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117296; }

 p { color: rgb(17,114,150); }

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

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

 a { background-color: rgb(17,114,150); }

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

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

 span { border-color: rgb(17,114,150); }

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