Html Css Color HEX #11AFF2 Deep Sky Blue

📋 copy color: '#11AFF2'

red 17 ◦ green 175 ◦ blue 242

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

Shades of Deep Sky Blue #11AFF2

Tints of Deep Sky Blue #11AFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.76%

R = 3.92%
G = 40.32%
B = 55.76%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#11AFF2 (or 0x11AFF2) is known color: Deep Sky Blue. HEX triplet: 11, AF and F2. RGB value is (17,175,242). Sum of RGB (Red+Green+Blue) = 17+175+242=434 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.92% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #11AFF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AFF2 is #EE500D. Grayscale: #868686. Windows color (decimal): -15618062 or 15904529. OLE color: 15904529.

HSL color Cylindrical-coordinate representation of color #11AFF2: hue angle of 197.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11AFF2 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 175 242 -
CMYK 0.93 0.28 0 0.05
HSL 197.87º 0.9% 0.51% -
HSV(B) 197.87º 0.93% 0.95% -
XYZ 31.59 37.19 89.52 -
YUV 135.4 188.15 43.55 -
System Red Green Blue C M Y K H S L
Decimal 17 175 242 0.93 0.28 0 0.05 197.87 0.9 0.51
Hex 11 AF F2 5D 1C 0 5 C6 5A 33
Octal 21 257 362 135 34 0 5 306 132 63
Binary 10001 10101111 11110010 1011101 11100 0 101 11000110 1011010 110011

Color Harmonies of #11AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AFF2

Black with #11AFF2

Text Example


Text Example

White with #11AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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