Html Css Color HEX #11ACF2 Deep Sky Blue

📋 copy color: '#11ACF2'

red 17 ◦ green 172 ◦ blue 242

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

Shades of Deep Sky Blue #11ACF2

Tints of Deep Sky Blue #11ACF2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.91%

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

R = 3.94%
G = 39.91%
B = 56.15%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#11ACF2 (or 0x11ACF2) is known color: Deep Sky Blue. HEX triplet: 11, AC and F2. RGB value is (17,172,242). Sum of RGB (Red+Green+Blue) = 17+172+242=431 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.94% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #11ACF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ACF2 is #EE530D. Grayscale: #858585. Windows color (decimal): -15618830 or 15903761. OLE color: 15903761.

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

Color convert

RGB 17 172 242 -
CMYK 0.93 0.29 0 0.05
HSL 198.67º 0.9% 0.51% -
HSV(B) 198.67º 0.93% 0.95% -
XYZ 31.01 36.04 89.33 -
YUV 133.64 189.15 44.81 -
System Red Green Blue C M Y K H S L
Decimal 17 172 242 0.93 0.29 0 0.05 198.67 0.9 0.51
Hex 11 AC F2 5D 1D 0 5 C7 5A 33
Octal 21 254 362 135 35 0 5 307 132 63
Binary 10001 10101100 11110010 1011101 11101 0 101 11000111 1011010 110011

Color Harmonies of #11ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ACF2

Black with #11ACF2

Text Example


Text Example

White with #11ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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