#11C7EC

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

Shades of Deep Sky Blue #11C7EC

Tints of Deep Sky Blue #11C7EC

Color information

#11C7EC (or 0x11C7EC) is unknown color: approx Deep Sky Blue. HEX triplet: 11, C7 and EC. RGB value is (17,199,236). Sum of RGB (Red+Green+Blue) = 17+199+236=452 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.76% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #11C7EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C7EC is #EE3813. Grayscale: #949494. Windows color (decimal): -15611924 or 15517457. OLE color: 15517457.

HSL color Cylindrical-coordinate representation of color #11C7EC: hue angle of 190.14º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11C7EC is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17199236-
CMYK0.930.1600.07
HSL190.14º86.56%49.61%-
HSV(B)190.14º92.8%92.55%-
XYZ35.7947.0286.55-
YUV148.8177.233.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.76%
GREEN value IS 199 (78.12% from 255) = 44.03%
BLUE value IS 236 (92.58% from 255) = 52.21%
R=3.76%
G=44.03%
B=52.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171992360.930.1600.07190.1486.5649.61
Hex11C7EC5D1007be5732
Octal21307354135200727612762
Binary1000111000111111011001011101100000111101111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,199,236); }

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

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

 a { background-color: rgb(17,199,236); }

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

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

 span { border-color: rgb(17,199,236); }

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