Html Css Color HEX #11DEFF Deep Sky Blue

📋 copy color: '#11DEFF'

red 17 ◦ green 222 ◦ blue 255

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

Shades of Deep Sky Blue #11DEFF

Tints of Deep Sky Blue #11DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.94%

 BLUE value IS 255 (100% from 255) = 51.62%

R = 3.44%
G = 44.94%
B = 51.62%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#11DEFF (or 0x11DEFF) is known color: Deep Sky Blue. HEX triplet: 11, DE and FF. RGB value is (17,222,255). Sum of RGB (Red+Green+Blue) = 17+222+255=494 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.44% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #11DEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DEFF is #EE2100. Grayscale: #A4A4A4. Windows color (decimal): -15606017 or 16768529. OLE color: 16768529.

HSL color Cylindrical-coordinate representation of color #11DEFF: hue angle of 188.32º 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 #11DEFF is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 222 255 -
CMYK 0.93 0.13 0 0
HSL 188.32º 1% 0.53% -
HSV(B) 188.32º 0.93% 1% -
XYZ 44.4 59.58 103.77 -
YUV 164.47 179.08 22.82 -
System Red Green Blue C M Y K H S L
Decimal 17 222 255 0.93 0.13 0 0 188.32 1 0.53
Hex 11 DE FF 5D D 0 0 BC 64 35
Octal 21 336 377 135 15 0 0 274 144 65
Binary 10001 11011110 11111111 1011101 1101 0 0 10111100 1100100 110101

Color Harmonies of #11DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DEFF

Black with #11DEFF

Text Example


Text Example

White with #11DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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