#117FAA

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

Shades of Cerulean #117FAA

Tints of Cerulean #117FAA

Color information

#117FAA (or 0x117FAA) is unknown color: approx Cerulean. HEX triplet: 11, 7F and AA. RGB value is (17,127,170). Sum of RGB (Red+Green+Blue) = 17+127+170=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #117FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117FAA is #EE8055. Grayscale: #626262. Windows color (decimal): -15630422 or 11173649. OLE color: 11173649.

HSL color Cylindrical-coordinate representation of color #117FAA: hue angle of 196.86º 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 #117FAA is Cyan = 0.9, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17127170-
CMYK0.90.2500.33
HSL196.86º81.82%36.67%-
HSV(B)196.86º90%66.67%-
XYZ15.0818.240.75-
YUV99.01168.0669.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.41%
GREEN value IS 127 (50% from 255) = 40.45%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=5.41%
G=40.45%
B=54.14%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171271700.90.2500.33196.8681.8236.67
Hex117FAA5A19021c55225
Octal211772521323104130512245
Binary100011111111101010101011010110010100001110001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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