#13DAFC

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

Shades of Deep Sky Blue #13DAFC

Tints of Deep Sky Blue #13DAFC

Color information

#13DAFC (or 0x13DAFC) is unknown color: approx Deep Sky Blue. HEX triplet: 13, DA and FC. RGB value is (19,218,252). Sum of RGB (Red+Green+Blue) = 19+218+252=489 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.89% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #13DAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DAFC is #EC2503. Grayscale: #A2A2A2. Windows color (decimal): -15475972 or 16570899. OLE color: 16570899.

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

Color convert

RGB19218252-
CMYK0.920.1300.01
HSL188.76º97.49%53.14%-
HSV(B)188.76º92.46%98.82%-
XYZ42.9157.31100.9-
YUV162.38178.5725.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.89%
GREEN value IS 218 (85.55% from 255) = 44.58%
BLUE value IS 252 (98.83% from 255) = 51.53%
R=3.89%
G=44.58%
B=51.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal192182520.920.1300.01188.7697.4953.14
Hex13DAFC5CD01bd6135
Octal23332374134150127514165
Binary1001111011010111111001011100110101101111011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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