#13cced

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

Shades of Deep Sky Blue #13CCED

Tints of Deep Sky Blue #13CCED

Color information

#13CCED (or 0x13CCED) is unknown color: approx Deep Sky Blue. HEX triplet: 13, CC and ED. RGB value is (19,204,237). Sum of RGB (Red+Green+Blue) = 19+204+237=460 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.13% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #13CCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CCED is #EC3312. Grayscale: #989898. Windows color (decimal): -15479571 or 15584275. OLE color: 15584275.

HSL color Cylindrical-coordinate representation of color #13CCED: hue angle of 189.08º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13CCED is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19204237-
CMYK0.920.1400.07
HSL189.08º85.83%50.2%-
HSV(B)189.08º91.98%92.94%-
XYZ37.1549.4487.71-
YUV152.45175.7132.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.13%
GREEN value IS 204 (80.08% from 255) = 44.35%
BLUE value IS 237 (92.97% from 255) = 51.52%
R=4.13%
G=44.35%
B=51.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal192042370.920.1400.07189.0885.8350.2
Hex13CCED5CE07bd5632
Octal23314355134160727512662
Binary100111100110011101101101110011100111101111011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13cced

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,204,237); }

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

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

 a { background-color: rgb(19,204,237); }

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

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

 span { border-color: rgb(19,204,237); }

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