#117A99

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

Shades of Cerulean #117A99

Tints of Cerulean #117A99

Color information

#117A99 (or 0x117A99) is unknown color: approx Cerulean. HEX triplet: 11, 7A and 99. RGB value is (17,122,153). Sum of RGB (Red+Green+Blue) = 17+122+153=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #117A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117A99 is #EE8566. Grayscale: #5D5D5D. Windows color (decimal): -15631719 or 10058257. OLE color: 10058257.

HSL color Cylindrical-coordinate representation of color #117A99: hue angle of 193.68º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117A99 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB17122153-
CMYK0.890.2000.4
HSL193.68º80%33.33%-
HSV(B)193.68º88.89%60%-
XYZ12.9416.3432.61-
YUV94.14161.2172.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.82%
GREEN value IS 122 (48.05% from 255) = 41.78%
BLUE value IS 153 (60.16% from 255) = 52.40%
R=5.82%
G=41.78%
B=52.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal171221530.890.2000.4193.688033.33
Hex117A995914028c25021
Octal211722311312405030212041
Binary100011111010100110011011001101000101000110000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117A99; }

 p { color: rgb(17,122,153); }

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

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

 a { background-color: rgb(17,122,153); }

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

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

 span { border-color: rgb(17,122,153); }

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