Html Css Color HEX #13D1FF Deep Sky Blue

📋 copy color: '#13D1FF'

red 19 ◦ green 209 ◦ blue 255

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

Shades of Deep Sky Blue #13D1FF

Tints of Deep Sky Blue #13D1FF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.27%

 BLUE value IS 255 (100% from 255) = 52.8%

R = 3.93%
G = 43.27%
B = 52.8%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#13D1FF (or 0x13D1FF) is known color: Deep Sky Blue. HEX triplet: 13, D1 and FF. RGB value is (19,209,255). Sum of RGB (Red+Green+Blue) = 19+209+255=483 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.93% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #13D1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13D1FF is #EC2E00. Grayscale: #9D9D9D. Windows color (decimal): -15478273 or 16765203. OLE color: 16765203.

HSL color Cylindrical-coordinate representation of color #13D1FF: hue angle of 191.69º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13D1FF is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 209 255 -
CMYK 0.93 0.18 0 0
HSL 191.69º 1% 0.54% -
HSV(B) 191.69º 0.93% 1% -
XYZ 41.12 52.96 102.66 -
YUV 157.43 183.05 29.26 -
System Red Green Blue C M Y K H S L
Decimal 19 209 255 0.93 0.18 0 0 191.69 1 0.54
Hex 13 D1 FF 5D 12 0 0 C0 64 36
Octal 23 321 377 135 22 0 0 300 144 66
Binary 10011 11010001 11111111 1011101 10010 0 0 11000000 1100100 110110

Color Harmonies of #13D1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D1FF

Black with #13D1FF

Text Example


Text Example

White with #13D1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,209,255); }

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

background-color css

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

 a { background-color: rgb(19,209,255); }

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

border-color css

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

 span { border-color: rgb(19,209,255); }

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