#116FAA

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

Shades of Cerulean #116FAA

Tints of Cerulean #116FAA

Color information

#116FAA (or 0x116FAA) is unknown color: approx Cerulean. HEX triplet: 11, 6F and AA. RGB value is (17,111,170). Sum of RGB (Red+Green+Blue) = 17+111+170=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #116FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116FAA is #EE9055. Grayscale: #595959. Windows color (decimal): -15634518 or 11169553. OLE color: 11169553.

HSL color Cylindrical-coordinate representation of color #116FAA: hue angle of 203.14º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116FAA is Cyan = 0.9, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17111170-
CMYK0.90.3500.33
HSL203.14º81.82%36.67%-
HSV(B)203.14º90%66.67%-
XYZ13.1714.3940.11-
YUV89.62173.3676.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.70%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 170 (66.80% from 255) = 57.05%
R=5.70%
G=37.25%
B=57.05%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171111700.90.3500.33203.1481.8236.67
Hex116FAA5A23021cb5225
Octal211572521324304131312245
Binary1000111011111010101010110101000110100001110010111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116FAA; }

 p { color: rgb(17,111,170); }

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

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

 a { background-color: rgb(17,111,170); }

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

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

 span { border-color: rgb(17,111,170); }

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