Html Css Color HEX #13D9F8 Deep Sky Blue

📋 copy color: '#13D9F8'

red 19 ◦ green 217 ◦ blue 248

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

Shades of Deep Sky Blue #13D9F8

Tints of Deep Sky Blue #13D9F8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.83%

 BLUE value IS 248 (97.27% from 255) = 51.24%

R = 3.93%
G = 44.83%
B = 51.24%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#13D9F8 (or 0x13D9F8) is known color: Deep Sky Blue. HEX triplet: 13, D9 and F8. RGB value is (19,217,248). Sum of RGB (Red+Green+Blue) = 19+217+248=484 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.93% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #13D9F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13D9F8 is #EC2607. Grayscale: #A1A1A1. Windows color (decimal): -15476232 or 16308499. OLE color: 16308499.

HSL color Cylindrical-coordinate representation of color #13D9F8: hue angle of 188.12º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13D9F8 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 217 248 -
CMYK 0.92 0.12 0 0.03
HSL 188.12º 0.94% 0.52% -
HSV(B) 188.12º 0.92% 0.97% -
XYZ 42.02 56.54 97.51 -
YUV 161.33 176.9 26.48 -
System Red Green Blue C M Y K H S L
Decimal 19 217 248 0.92 0.12 0 0.03 188.12 0.94 0.52
Hex 13 D9 F8 5C C 0 3 BC 5E 34
Octal 23 331 370 134 14 0 3 274 136 64
Binary 10011 11011001 11111000 1011100 1100 0 11 10111100 1011110 110100

Color Harmonies of #13D9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D9F8

Black with #13D9F8

Text Example


Text Example

White with #13D9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,217,248); }

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

background-color css

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

 a { background-color: rgb(19,217,248); }

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

border-color css

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

 span { border-color: rgb(19,217,248); }

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