Html Css Color HEX #13D2FE Deep Sky Blue

📋 copy color: '#13D2FE'

red 19 ◦ green 210 ◦ blue 254

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

Shades of Deep Sky Blue #13D2FE

Tints of Deep Sky Blue #13D2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.59%

R = 3.93%
G = 43.48%
B = 52.59%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#13D2FE (or 0x13D2FE) is known color: Deep Sky Blue. HEX triplet: 13, D2 and FE. RGB value is (19,210,254). Sum of RGB (Red+Green+Blue) = 19+210+254=483 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.93% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #13D2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13D2FE is #EC2D01. Grayscale: #9D9D9D. Windows color (decimal): -15478018 or 16699923. OLE color: 16699923.

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

Color convert

RGB 19 210 254 -
CMYK 0.93 0.17 0 0.00
HSL 191.23º 0.99% 0.54% -
HSV(B) 191.23º 0.93% 1% -
XYZ 41.2 53.39 101.9 -
YUV 157.91 182.22 28.92 -
System Red Green Blue C M Y K H S L
Decimal 19 210 254 0.93 0.17 0 0.00 191.23 0.99 0.54
Hex 13 D2 FE 5D 11 0 0 BF 63 36
Octal 23 322 376 135 21 0 0 277 143 66
Binary 10011 11010010 11111110 1011101 10001 0 0 10111111 1100011 110110

Color Harmonies of #13D2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D2FE

Black with #13D2FE

Text Example


Text Example

White with #13D2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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