Html Css Color HEX #11D6FC Deep Sky Blue

📋 copy color: '#11D6FC'

red 17 ◦ green 214 ◦ blue 252

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

Shades of Deep Sky Blue #11D6FC

Tints of Deep Sky Blue #11D6FC

RGB

 RED value IS 17 (7.03% from 255) = 3.52%

 GREEN value IS 214 (83.98% from 255) = 44.31%

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 3.52%
G = 44.31%
B = 52.17%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#11D6FC (or 0x11D6FC) is known color: Deep Sky Blue. HEX triplet: 11, D6 and FC. RGB value is (17,214,252). Sum of RGB (Red+Green+Blue) = 17+214+252=483 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.52% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #11D6FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D6FC is #EE2903. Grayscale: #9F9F9F. Windows color (decimal): -15608068 or 16569873. OLE color: 16569873.

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

Color convert

RGB 17 214 252 -
CMYK 0.93 0.15 0 0.01
HSL 189.7º 0.98% 0.53% -
HSV(B) 189.7º 0.93% 0.99% -
XYZ 41.85 55.24 100.55 -
YUV 159.43 180.23 26.41 -
System Red Green Blue C M Y K H S L
Decimal 17 214 252 0.93 0.15 0 0.01 189.7 0.98 0.53
Hex 11 D6 FC 5D F 0 1 BE 62 35
Octal 21 326 374 135 17 0 1 276 142 65
Binary 10001 11010110 11111100 1011101 1111 0 1 10111110 1100010 110101

Color Harmonies of #11D6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D6FC

Black with #11D6FC

Text Example


Text Example

White with #11D6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,214,252); }

 H1.HeaderClassName
 {
   color: #11D6FC;
 }
 .AnyTagClassName
 {
   color: #11D6FC;
 }
</style>

background-color css

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

 a { background-color: rgb(17,214,252); }

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

border-color css

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

 span { border-color: rgb(17,214,252); }

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