#11B4EE

Color #11B4EE Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #11B4EE

Tints of Deep Sky Blue #11B4EE

Color information

#11B4EE (or 0x11B4EE) is unknown color: approx Deep Sky Blue. HEX triplet: 11, B4 and EE. RGB value is (17,180,238). Sum of RGB (Red+Green+Blue) = 17+180+238=435 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.91% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #11B4EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11B4EE is #EE4B11. Grayscale: #898989. Windows color (decimal): -15616786 or 15643665. OLE color: 15643665.

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

Color convert

RGB17180238-
CMYK0.930.2400.07
HSL195.75º86.67%50%-
HSV(B)195.75º92.86%93.33%-
XYZ31.9938.9386.72-
YUV137.88184.541.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.91%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 238 (93.36% from 255) = 54.71%
R=3.91%
G=41.38%
B=54.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171802380.930.2400.07195.7586.6750
Hex11B4EE5D1807c45732
Octal21264356135300730412762
Binary1000110110100111011101011101110000111110001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,180,238); }

 H1.HeaderClassName
 {
   color: #11B4EE;
 }
 .AnyTagClassName
 {
   color: #11B4EE;
 }
</style>
background-color css

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

 a { background-color: rgb(17,180,238); }

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

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

 span { border-color: rgb(17,180,238); }

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