Html Css Color HEX #11AEEC Deep Sky Blue

📋 copy color: '#11AEEC'

red 17 ◦ green 174 ◦ blue 236

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

Shades of Deep Sky Blue #11AEEC

Tints of Deep Sky Blue #11AEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.75%

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 3.98%
G = 40.75%
B = 55.27%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#11AEEC (or 0x11AEEC) is known color: Deep Sky Blue. HEX triplet: 11, AE and EC. RGB value is (17,174,236). Sum of RGB (Red+Green+Blue) = 17+174+236=427 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.98% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #11AEEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AEEC is #EE5113. Grayscale: #858585. Windows color (decimal): -15618324 or 15511057. OLE color: 15511057.

HSL color Cylindrical-coordinate representation of color #11AEEC: hue angle of 196.99º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11AEEC is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 174 236 -
CMYK 0.93 0.26 0 0.07
HSL 196.99º 0.87% 0.5% -
HSV(B) 196.99º 0.93% 0.93% -
XYZ 30.51 36.45 84.78 -
YUV 134.13 185.49 44.46 -
System Red Green Blue C M Y K H S L
Decimal 17 174 236 0.93 0.26 0 0.07 196.99 0.87 0.5
Hex 11 AE EC 5D 1A 0 7 C5 57 32
Octal 21 256 354 135 32 0 7 305 127 62
Binary 10001 10101110 11101100 1011101 11010 0 111 11000101 1010111 110010

Color Harmonies of #11AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AEEC

Black with #11AEEC

Text Example


Text Example

White with #11AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,174,236); }

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

background-color css

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

 a { background-color: rgb(17,174,236); }

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

border-color css

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

 span { border-color: rgb(17,174,236); }

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