Html Css Color HEX #13D2FD Deep Sky Blue

📋 copy color: '#13D2FD'

red 19 ◦ green 210 ◦ blue 253

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

Shades of Deep Sky Blue #13D2FD

Tints of Deep Sky Blue #13D2FD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.57%

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 3.94%
G = 43.57%
B = 52.49%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#13D2FD (or 0x13D2FD) is known color: Deep Sky Blue. HEX triplet: 13, D2 and FD. RGB value is (19,210,253). Sum of RGB (Red+Green+Blue) = 19+210+253=482 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.94% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #13D2FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13D2FD is #EC2D02. Grayscale: #9D9D9D. Windows color (decimal): -15478019 or 16634387. OLE color: 16634387.

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

Color convert

RGB 19 210 253 -
CMYK 0.92 0.17 0 0.01
HSL 191.03º 0.98% 0.53% -
HSV(B) 191.03º 0.92% 0.99% -
XYZ 41.04 53.32 101.06 -
YUV 157.79 181.72 29 -
System Red Green Blue C M Y K H S L
Decimal 19 210 253 0.92 0.17 0 0.01 191.03 0.98 0.53
Hex 13 D2 FD 5C 11 0 1 BF 62 35
Octal 23 322 375 134 21 0 1 277 142 65
Binary 10011 11010010 11111101 1011100 10001 0 1 10111111 1100010 110101

Color Harmonies of #13D2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D2FD

Black with #13D2FD

Text Example


Text Example

White with #13D2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,210,253); }

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

background-color css

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

 a { background-color: rgb(19,210,253); }

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

border-color css

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

 span { border-color: rgb(19,210,253); }

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