#117BBB

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

Shades of Cerulean #117BBB

Tints of Cerulean #117BBB

Color information

#117BBB (or 0x117BBB) is unknown color: approx Cerulean. HEX triplet: 11, 7B and BB. RGB value is (17,123,187). Sum of RGB (Red+Green+Blue) = 17+123+187=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #117BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BBB is #EE8444. Grayscale: #626262. Windows color (decimal): -15631429 or 12286737. OLE color: 12286737.

HSL color Cylindrical-coordinate representation of color #117BBB: hue angle of 202.59º 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 #117BBB is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17123187-
CMYK0.910.3400.27
HSL202.59º83.33%40%-
HSV(B)202.59º90.91%73.33%-
XYZ16.2817.8749.61-
YUV98.6177.8869.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.20%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 187 (73.44% from 255) = 57.19%
R=5.20%
G=37.61%
B=57.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171231870.910.3400.27202.5983.3340
Hex117BBB5B2201Bcb5328
Octal211732731334203331312350
Binary100011111011101110111011011100010011011110010111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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