Html Css Color HEX #11DAFE Deep Sky Blue

📋 copy color: '#11DAFE'

red 17 ◦ green 218 ◦ blue 254

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

Shades of Deep Sky Blue #11DAFE

Tints of Deep Sky Blue #11DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.58%

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

R = 3.48%
G = 44.58%
B = 51.94%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#11DAFE (or 0x11DAFE) is known color: Deep Sky Blue. HEX triplet: 11, DA and FE. RGB value is (17,218,254). Sum of RGB (Red+Green+Blue) = 17+218+254=489 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #11DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DAFE is #EE2501. Grayscale: #A1A1A1. Windows color (decimal): -15607042 or 16701969. OLE color: 16701969.

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

Color convert

RGB 17 218 254 -
CMYK 0.93 0.14 0 0.00
HSL 189.11º 0.99% 0.53% -
HSV(B) 189.11º 0.93% 1% -
XYZ 43.19 57.42 102.57 -
YUV 162.01 179.91 24.57 -
System Red Green Blue C M Y K H S L
Decimal 17 218 254 0.93 0.14 0 0.00 189.11 0.99 0.53
Hex 11 DA FE 5D E 0 0 BD 63 35
Octal 21 332 376 135 16 0 0 275 143 65
Binary 10001 11011010 11111110 1011101 1110 0 0 10111101 1100011 110101

Color Harmonies of #11DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DAFE

Black with #11DAFE

Text Example


Text Example

White with #11DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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