#117eb5

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

Shades of Cerulean #117EB5

Tints of Cerulean #117EB5

Color information

#117EB5 (or 0x117EB5) is unknown color: approx Cerulean. HEX triplet: 11, 7E and B5. RGB value is (17,126,181). Sum of RGB (Red+Green+Blue) = 17+126+181=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 181 (71.09% from 255 or 55.86% from 324); Max value from RGB is 181 - color contains mainly: blue. Hex color #117EB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EB5 is #EE814A. Grayscale: #636363. Windows color (decimal): -15630667 or 11894289. OLE color: 11894289.

HSL color Cylindrical-coordinate representation of color #117EB5: hue angle of 200.12º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117EB5 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17126181-
CMYK0.910.3000.29
HSL200.12º82.83%38.82%-
HSV(B)200.12º90.61%70.98%-
XYZ16.0318.3846.42-
YUV99.68173.8969.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.25%
GREEN value IS 126 (49.61% from 255) = 38.89%
BLUE value IS 181 (71.09% from 255) = 55.86%
R=5.25%
G=38.89%
B=55.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171261810.910.3000.29200.1282.8338.82
Hex117EB55B1E01Dc85327
Octal211762651333603531012347
Binary10001111111010110101101101111110011101110010001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117eb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,126,181); }

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

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

 a { background-color: rgb(17,126,181); }

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

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

 span { border-color: rgb(17,126,181); }

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