Html Css Color HEX #11AFFF Deep Sky Blue

📋 copy color: '#11AFFF'

red 17 ◦ green 175 ◦ blue 255

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

Shades of Deep Sky Blue #11AFFF

Tints of Deep Sky Blue #11AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.15%

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

R = 3.8%
G = 39.15%
B = 57.05%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#11AFFF (or 0x11AFFF) is known color: Deep Sky Blue. HEX triplet: 11, AF and FF. RGB value is (17,175,255). Sum of RGB (Red+Green+Blue) = 17+175+255=447 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.80% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #11AFFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AFFF is #EE5000. Grayscale: #888888. Windows color (decimal): -15618049 or 16756497. OLE color: 16756497.

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

Color convert

RGB 17 175 255 -
CMYK 0.93 0.31 0 0
HSL 200.17º 1% 0.53% -
HSV(B) 200.17º 0.93% 1% -
XYZ 33.61 38 100.17 -
YUV 136.88 194.65 42.5 -
System Red Green Blue C M Y K H S L
Decimal 17 175 255 0.93 0.31 0 0 200.17 1 0.53
Hex 11 AF FF 5D 1F 0 0 C8 64 35
Octal 21 257 377 135 37 0 0 310 144 65
Binary 10001 10101111 11111111 1011101 11111 0 0 11001000 1100100 110101

Color Harmonies of #11AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AFFF

Black with #11AFFF

Text Example


Text Example

White with #11AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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