#11DCFF

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

Shades of Deep Sky Blue #11DCFF

Tints of Deep Sky Blue #11DCFF

Color information

#11DCFF (or 0x11DCFF) is unknown color: approx Deep Sky Blue. HEX triplet: 11, DC and FF. RGB value is (17,220,255). Sum of RGB (Red+Green+Blue) = 17+220+255=492 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #11DCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DCFF is #EE2300. Grayscale: #A2A2A2. Windows color (decimal): -15606529 or 16768017. OLE color: 16768017.

HSL color Cylindrical-coordinate representation of color #11DCFF: hue angle of 188.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DCFF is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17220255-
CMYK0.930.1400
HSL188.82º100%53.33%-
HSV(B)188.82º93.33%100%-
XYZ43.8758.53103.59-
YUV163.29179.7523.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.46%
GREEN value IS 220 (86.33% from 255) = 44.72%
BLUE value IS 255 (100% from 255) = 51.83%
R=3.46%
G=44.72%
B=51.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172202550.930.1400188.8210053.33
Hex11DCFF5DE00bd6435
Octal21334377135160027514465
Binary1000111011100111111111011101111000101111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,220,255); }

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

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

 a { background-color: rgb(17,220,255); }

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

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

 span { border-color: rgb(17,220,255); }

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