#11C1E8

Color #11C1E8 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #11C1E8

Tints of Deep Sky Blue #11C1E8

Color information

#11C1E8 (or 0x11C1E8) is unknown color: approx Deep Sky Blue. HEX triplet: 11, C1 and E8. RGB value is (17,193,232). Sum of RGB (Red+Green+Blue) = 17+193+232=442 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #11C1E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C1E8 is #EE3E17. Grayscale: #909090. Windows color (decimal): -15613464 or 15253777. OLE color: 15253777.

HSL color Cylindrical-coordinate representation of color #11C1E8: hue angle of 190.88º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11C1E8 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17193232-
CMYK0.930.1700.09
HSL190.88º86.35%48.82%-
HSV(B)190.88º92.67%90.98%-
XYZ33.8744.0983.07-
YUV144.82177.1936.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.85%
GREEN value IS 193 (75.78% from 255) = 43.67%
BLUE value IS 232 (91.02% from 255) = 52.49%
R=3.85%
G=43.67%
B=52.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal171932320.930.1700.09190.8886.3548.82
Hex11C1E85D1109bf5631
Octal213013501352101127712661
Binary10001110000011110100010111011000101001101111111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11C1E8; }

 p { color: rgb(17,193,232); }

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

<style>
 a { background-color: #11C1E8; }

 a { background-color: rgb(17,193,232); }

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

<style>
 span { border-color: #11C1E8; }

 span { border-color: rgb(17,193,232); }

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