Html Css Color HEX #13C4ED Deep Sky Blue

📋 copy color: '#13C4ED'

red 19 ◦ green 196 ◦ blue 237

#13C4ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #13C4ED

Tints of Deep Sky Blue #13C4ED

RGB

 RED value IS 19 (7.81% from 255) = 4.2%

 GREEN value IS 196 (76.95% from 255) = 43.36%

 BLUE value IS 237 (92.97% from 255) = 52.43%

R = 4.2%
G = 43.36%
B = 52.43%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#13C4ED (or 0x13C4ED) is known color: Deep Sky Blue. HEX triplet: 13, C4 and ED. RGB value is (19,196,237). Sum of RGB (Red+Green+Blue) = 19+196+237=452 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.20% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #13C4ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C4ED is #EC3B12. Grayscale: #939393. Windows color (decimal): -15481619 or 15582227. OLE color: 15582227.

HSL color Cylindrical-coordinate representation of color #13C4ED: hue angle of 191.28º 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 #13C4ED is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 196 237 -
CMYK 0.92 0.17 0 0.07
HSL 191.28º 0.86% 0.5% -
HSV(B) 191.28º 0.92% 0.93% -
XYZ 35.29 45.73 87.09 -
YUV 147.75 178.36 36.17 -
System Red Green Blue C M Y K H S L
Decimal 19 196 237 0.92 0.17 0 0.07 191.28 0.86 0.5
Hex 13 C4 ED 5C 11 0 7 BF 56 32
Octal 23 304 355 134 21 0 7 277 126 62
Binary 10011 11000100 11101101 1011100 10001 0 111 10111111 1010110 110010

Color Harmonies of #13C4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C4ED

Black with #13C4ED

Text Example


Text Example

White with #13C4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13C4ED;
 }
 .AnyTagClassName
 {
   color: #13C4ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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