#11C8FA

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

Shades of Deep Sky Blue #11C8FA

Tints of Deep Sky Blue #11C8FA

Color information

#11C8FA (or 0x11C8FA) is unknown color: approx Deep Sky Blue. HEX triplet: 11, C8 and FA. RGB value is (17,200,250). Sum of RGB (Red+Green+Blue) = 17+200+250=467 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.64% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #11C8FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C8FA is #EE3705. Grayscale: #969696. Windows color (decimal): -15611654 or 16435217. OLE color: 16435217.

HSL color Cylindrical-coordinate representation of color #11C8FA: hue angle of 192.88º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11C8FA is Cyan = 0.93, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17200250-
CMYK0.930.200.02
HSL192.88º95.88%52.35%-
HSV(B)192.88º93.2%98.04%-
XYZ38.1448.3397.76-
YUV150.98183.8732.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.64%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 250 (98.05% from 255) = 53.53%
R=3.64%
G=42.83%
B=53.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172002500.930.200.02192.8895.8852.35
Hex11C8FA5D1402c16034
Octal21310372135240230114064
Binary100011100100011111010101110110100010110000011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,200,250); }

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

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

 a { background-color: rgb(17,200,250); }

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

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

 span { border-color: rgb(17,200,250); }

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