#11DAFC

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

Shades of Deep Sky Blue #11DAFC

Tints of Deep Sky Blue #11DAFC

Color information

#11DAFC (or 0x11DAFC) is unknown color: approx Deep Sky Blue. HEX triplet: 11, DA and FC. RGB value is (17,218,252). Sum of RGB (Red+Green+Blue) = 17+218+252=487 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.49% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #11DAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DAFC is #EE2503. Grayscale: #A1A1A1. Windows color (decimal): -15607044 or 16570897. OLE color: 16570897.

HSL color Cylindrical-coordinate representation of color #11DAFC: hue angle of 188.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DAFC is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17218252-
CMYK0.930.1300.01
HSL188.68º97.51%52.75%-
HSV(B)188.68º93.25%98.82%-
XYZ42.8757.29100.89-
YUV161.78178.9124.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.49%
GREEN value IS 218 (85.55% from 255) = 44.76%
BLUE value IS 252 (98.83% from 255) = 51.75%
R=3.49%
G=44.76%
B=51.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal172182520.930.1300.01188.6897.5152.75
Hex11DAFC5DD01bd6235
Octal21332374135150127514265
Binary1000111011010111111001011101110101101111011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,218,252); }

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

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

 a { background-color: rgb(17,218,252); }

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

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

 span { border-color: rgb(17,218,252); }

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