#117FB1

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

Shades of Cerulean #117FB1

Tints of Cerulean #117FB1

Color information

#117FB1 (or 0x117FB1) is unknown color: approx Cerulean. HEX triplet: 11, 7F and B1. RGB value is (17,127,177). Sum of RGB (Red+Green+Blue) = 17+127+177=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 177 (69.53% from 255 or 55.14% from 321); Max value from RGB is 177 - color contains mainly: blue. Hex color #117FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117FB1 is #EE804E. Grayscale: #636363. Windows color (decimal): -15630415 or 11632401. OLE color: 11632401.

HSL color Cylindrical-coordinate representation of color #117FB1: hue angle of 198.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117FB1 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17127177-
CMYK0.900.2800.31
HSL198.75º82.47%38.04%-
HSV(B)198.75º90.4%69.41%-
XYZ15.7618.4744.33-
YUV99.81171.5668.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.30%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 177 (69.53% from 255) = 55.14%
R=5.30%
G=39.56%
B=55.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171271770.900.2800.31198.7582.4738.04
Hex117FB15A1C01Fc75226
Octal211772611323403730712246
Binary10001111111110110001101101011100011111110001111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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