Html Css Color HEX #11CDF2 Deep Sky Blue

📋 copy color: '#11CDF2'

red 17 ◦ green 205 ◦ blue 242

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

Shades of Deep Sky Blue #11CDF2

Tints of Deep Sky Blue #11CDF2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

 BLUE value IS 242 (94.92% from 255) = 52.16%

R = 3.66%
G = 44.18%
B = 52.16%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#11CDF2 (or 0x11CDF2) is known color: Deep Sky Blue. HEX triplet: 11, CD and F2. RGB value is (17,205,242). Sum of RGB (Red+Green+Blue) = 17+205+242=464 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #11CDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CDF2 is #EE320D. Grayscale: #989898. Windows color (decimal): -15610382 or 15912209. OLE color: 15912209.

HSL color Cylindrical-coordinate representation of color #11CDF2: hue angle of 189.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CDF2 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 205 242 -
CMYK 0.93 0.15 0 0.05
HSL 189.87º 0.9% 0.51% -
HSV(B) 189.87º 0.93% 0.95% -
XYZ 38.09 50.19 91.69 -
YUV 153.01 178.22 30.99 -
System Red Green Blue C M Y K H S L
Decimal 17 205 242 0.93 0.15 0 0.05 189.87 0.9 0.51
Hex 11 CD F2 5D F 0 5 BE 5A 33
Octal 21 315 362 135 17 0 5 276 132 63
Binary 10001 11001101 11110010 1011101 1111 0 101 10111110 1011010 110011

Color Harmonies of #11CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CDF2

Black with #11CDF2

Text Example


Text Example

White with #11CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,205,242); }

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

background-color css

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

 a { background-color: rgb(17,205,242); }

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

border-color css

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

 span { border-color: rgb(17,205,242); }

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