#117eba

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

Shades of Cerulean #117EBA

Tints of Cerulean #117EBA

Color information

#117EBA (or 0x117EBA) is unknown color: approx Cerulean. HEX triplet: 11, 7E and BA. RGB value is (17,126,186). Sum of RGB (Red+Green+Blue) = 17+126+186=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #117EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EBA is #EE8145. Grayscale: #636363. Windows color (decimal): -15630662 or 12221969. OLE color: 12221969.

HSL color Cylindrical-coordinate representation of color #117EBA: hue angle of 201.3º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117EBA is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17126186-
CMYK0.910.3200.27
HSL201.3º83.25%39.8%-
HSV(B)201.3º90.86%72.94%-
XYZ16.5518.5949.17-
YUV100.25176.3968.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.17%
GREEN value IS 126 (49.61% from 255) = 38.30%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=5.17%
G=38.30%
B=56.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171261860.910.3200.27201.383.2539.8
Hex117EBA5B2001Bc95328
Octal211762721334003331112350
Binary100011111110101110101011011100000011011110010011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117eba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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