#117BA7

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

Shades of Cerulean #117BA7

Tints of Cerulean #117BA7

Color information

#117BA7 (or 0x117BA7) is unknown color: approx Cerulean. HEX triplet: 11, 7B and A7. RGB value is (17,123,167). Sum of RGB (Red+Green+Blue) = 17+123+167=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 167 (65.62% from 255 or 54.40% from 307); Max value from RGB is 167 - color contains mainly: blue. Hex color #117BA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117BA7 is #EE8458. Grayscale: #606060. Windows color (decimal): -15631449 or 10976017. OLE color: 10976017.

HSL color Cylindrical-coordinate representation of color #117BA7: hue angle of 197.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117BA7 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB17123167-
CMYK0.900.2600.35
HSL197.6º81.52%36.08%-
HSV(B)197.6º89.82%65.49%-
XYZ14.2917.0839.1-
YUV96.32167.8871.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.54%
GREEN value IS 123 (48.44% from 255) = 40.07%
BLUE value IS 167 (65.62% from 255) = 54.40%
R=5.54%
G=40.07%
B=54.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal171231670.900.2600.35197.681.5236.08
Hex117BA75A1A023c65224
Octal211732471323204330612244
Binary100011111011101001111011010110100100011110001101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,123,167); }

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

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

 a { background-color: rgb(17,123,167); }

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

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

 span { border-color: rgb(17,123,167); }

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