Html Css Color HEX #11DDFE Deep Sky Blue

📋 copy color: '#11DDFE'

red 17 ◦ green 221 ◦ blue 254

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

Shades of Deep Sky Blue #11DDFE

Tints of Deep Sky Blue #11DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.92%

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 3.46%
G = 44.92%
B = 51.63%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#11DDFE (or 0x11DDFE) is known color: Deep Sky Blue. HEX triplet: 11, DD and FE. RGB value is (17,221,254). Sum of RGB (Red+Green+Blue) = 17+221+254=492 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #11DDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DDFE is #EE2201. Grayscale: #A3A3A3. Windows color (decimal): -15606274 or 16702737. OLE color: 16702737.

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

Color convert

RGB 17 221 254 -
CMYK 0.93 0.13 0 0.00
HSL 188.35º 0.99% 0.53% -
HSV(B) 188.35º 0.93% 1% -
XYZ 43.98 58.99 102.83 -
YUV 163.77 178.91 23.32 -
System Red Green Blue C M Y K H S L
Decimal 17 221 254 0.93 0.13 0 0.00 188.35 0.99 0.53
Hex 11 DD FE 5D D 0 0 BC 63 35
Octal 21 335 376 135 15 0 0 274 143 65
Binary 10001 11011101 11111110 1011101 1101 0 0 10111100 1100011 110101

Color Harmonies of #11DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DDFE

Black with #11DDFE

Text Example


Text Example

White with #11DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,221,254); }

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

background-color css

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

 a { background-color: rgb(17,221,254); }

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

border-color css

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

 span { border-color: rgb(17,221,254); }

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