Html Css Color HEX #11DAFF Deep Sky Blue

📋 copy color: '#11DAFF'

red 17 ◦ green 218 ◦ blue 255

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

Shades of Deep Sky Blue #11DAFF

Tints of Deep Sky Blue #11DAFF

RGB

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

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

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

R = 3.47%
G = 44.49%
B = 52.04%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#11DAFF (or 0x11DAFF) is known color: Deep Sky Blue. HEX triplet: 11, DA and FF. RGB value is (17,218,255). Sum of RGB (Red+Green+Blue) = 17+218+255=490 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.47% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #11DAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DAFF is #EE2500. Grayscale: #A1A1A1. Windows color (decimal): -15607041 or 16767505. OLE color: 16767505.

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

Color convert

RGB 17 218 255 -
CMYK 0.93 0.15 0 0
HSL 189.33º 1% 0.53% -
HSV(B) 189.33º 0.93% 1% -
XYZ 43.35 57.48 103.42 -
YUV 162.12 180.41 24.49 -
System Red Green Blue C M Y K H S L
Decimal 17 218 255 0.93 0.15 0 0 189.33 1 0.53
Hex 11 DA FF 5D F 0 0 BD 64 35
Octal 21 332 377 135 17 0 0 275 144 65
Binary 10001 11011010 11111111 1011101 1111 0 0 10111101 1100100 110101

Color Harmonies of #11DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DAFF

Black with #11DAFF

Text Example


Text Example

White with #11DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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