Html Css Color HEX #13C9FC Deep Sky Blue

📋 copy color: '#13C9FC'

red 19 ◦ green 201 ◦ blue 252

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

Shades of Deep Sky Blue #13C9FC

Tints of Deep Sky Blue #13C9FC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.58%

 BLUE value IS 252 (98.83% from 255) = 53.39%

R = 4.03%
G = 42.58%
B = 53.39%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#13C9FC (or 0x13C9FC) is known color: Deep Sky Blue. HEX triplet: 13, C9 and FC. RGB value is (19,201,252). Sum of RGB (Red+Green+Blue) = 19+201+252=472 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.03% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #13C9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C9FC is #EC3603. Grayscale: #989898. Windows color (decimal): -15480324 or 16566547. OLE color: 16566547.

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

Color convert

RGB 19 201 252 -
CMYK 0.92 0.20 0 0.01
HSL 193.13º 0.97% 0.53% -
HSV(B) 193.13º 0.92% 0.99% -
XYZ 38.73 48.94 99.5 -
YUV 152.4 184.2 32.85 -
System Red Green Blue C M Y K H S L
Decimal 19 201 252 0.92 0.20 0 0.01 193.13 0.97 0.53
Hex 13 C9 FC 5C 14 0 1 C1 61 35
Octal 23 311 374 134 24 0 1 301 141 65
Binary 10011 11001001 11111100 1011100 10100 0 1 11000001 1100001 110101

Color Harmonies of #13C9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C9FC

Black with #13C9FC

Text Example


Text Example

White with #13C9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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