Html Css Color HEX #11DCFF Deep Sky Blue

📋 copy color: '#11DCFF'

red 17 ◦ green 220 ◦ blue 255

#11DCFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #11DCFF

Tints of Deep Sky Blue #11DCFF

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 value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#11DCFF (or 0x11DCFF) is known color: 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

RGB 17 220 255 -
CMYK 0.93 0.14 0 0
HSL 188.82º 1% 0.53% -
HSV(B) 188.82º 0.93% 1% -
XYZ 43.87 58.53 103.59 -
YUV 163.29 179.75 23.65 -
System Red Green Blue C M Y K H S L
Decimal 17 220 255 0.93 0.14 0 0 188.82 1 0.53
Hex 11 DC FF 5D E 0 0 BD 64 35
Octal 21 334 377 135 16 0 0 275 144 65
Binary 10001 11011100 11111111 1011101 1110 0 0 10111101 1100100 110101

Color Harmonies of #11DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCFF

Black with #11DCFF

Text Example


Text Example

White with #11DCFF

Text Example


Text Example

HTML Codes & Css Web 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>