Html Css Color HEX #13C7EF Deep Sky Blue

📋 copy color: '#13C7EF'

red 19 ◦ green 199 ◦ blue 239

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

Shades of Deep Sky Blue #13C7EF

Tints of Deep Sky Blue #13C7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.54%

 BLUE value IS 239 (93.75% from 255) = 52.3%

R = 4.16%
G = 43.54%
B = 52.3%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#13C7EF (or 0x13C7EF) is known color: Deep Sky Blue. HEX triplet: 13, C7 and EF. RGB value is (19,199,239). Sum of RGB (Red+Green+Blue) = 19+199+239=457 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.16% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #13C7EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C7EF is #EC3810. Grayscale: #959595. Windows color (decimal): -15480849 or 15714067. OLE color: 15714067.

HSL color Cylindrical-coordinate representation of color #13C7EF: hue angle of 190.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13C7EF is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 199 239 -
CMYK 0.92 0.17 0 0.06
HSL 190.91º 0.87% 0.51% -
HSV(B) 190.91º 0.92% 0.94% -
XYZ 36.27 47.22 88.86 -
YUV 149.74 178.37 34.75 -
System Red Green Blue C M Y K H S L
Decimal 19 199 239 0.92 0.17 0 0.06 190.91 0.87 0.51
Hex 13 C7 EF 5C 11 0 6 BF 57 33
Octal 23 307 357 134 21 0 6 277 127 63
Binary 10011 11000111 11101111 1011100 10001 0 110 10111111 1010111 110011

Color Harmonies of #13C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C7EF

Black with #13C7EF

Text Example


Text Example

White with #13C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,199,239); }

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

background-color css

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

 a { background-color: rgb(19,199,239); }

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

border-color css

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

 span { border-color: rgb(19,199,239); }

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