#13C6EA

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

Shades of Deep Sky Blue #13C6EA

Tints of Deep Sky Blue #13C6EA

Color information

#13C6EA (or 0x13C6EA) is unknown color: approx Deep Sky Blue. HEX triplet: 13, C6 and EA. RGB value is (19,198,234). Sum of RGB (Red+Green+Blue) = 19+198+234=451 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.21% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #13C6EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C6EA is #EC3915. Grayscale: #949494. Windows color (decimal): -15481110 or 15386131. OLE color: 15386131.

HSL color Cylindrical-coordinate representation of color #13C6EA: hue angle of 190.05º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13C6EA is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19198234-
CMYK0.920.1500.08
HSL190.05º84.98%49.61%-
HSV(B)190.05º91.88%91.76%-
XYZ35.3146.4784.95-
YUV148.58176.235.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.21%
GREEN value IS 198 (77.73% from 255) = 43.90%
BLUE value IS 234 (91.80% from 255) = 51.88%
R=4.21%
G=43.90%
B=51.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal191982340.920.1500.08190.0584.9849.61
Hex13C6EA5CF08be5532
Octal233063521341701027612562
Binary1001111000110111010101011100111101000101111101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,198,234); }

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

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

 a { background-color: rgb(19,198,234); }

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

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

 span { border-color: rgb(19,198,234); }

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