Html Css Color HEX #11AEEF Deep Sky Blue

📋 copy color: '#11AEEF'

red 17 ◦ green 174 ◦ blue 239

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

Shades of Deep Sky Blue #11AEEF

Tints of Deep Sky Blue #11AEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.58%

R = 3.95%
G = 40.47%
B = 55.58%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#11AEEF (or 0x11AEEF) is known color: Deep Sky Blue. HEX triplet: 11, AE and EF. RGB value is (17,174,239). Sum of RGB (Red+Green+Blue) = 17+174+239=430 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.95% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #11AEEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AEEF is #EE5110. Grayscale: #868686. Windows color (decimal): -15618321 or 15707665. OLE color: 15707665.

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

Color convert

RGB 17 174 239 -
CMYK 0.93 0.27 0 0.06
HSL 197.57º 0.87% 0.5% -
HSV(B) 197.57º 0.93% 0.94% -
XYZ 30.95 36.62 87.1 -
YUV 134.47 186.99 44.21 -
System Red Green Blue C M Y K H S L
Decimal 17 174 239 0.93 0.27 0 0.06 197.57 0.87 0.5
Hex 11 AE EF 5D 1B 0 6 C6 57 32
Octal 21 256 357 135 33 0 6 306 127 62
Binary 10001 10101110 11101111 1011101 11011 0 110 11000110 1010111 110010

Color Harmonies of #11AEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AEEF

Black with #11AEEF

Text Example


Text Example

White with #11AEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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