Html Css Color HEX #13DBFE Deep Sky Blue

📋 copy color: '#13DBFE'

red 19 ◦ green 219 ◦ blue 254

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

Shades of Deep Sky Blue #13DBFE

Tints of Deep Sky Blue #13DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.51%

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

R = 3.86%
G = 44.51%
B = 51.63%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#13DBFE (or 0x13DBFE) is known color: Deep Sky Blue. HEX triplet: 13, DB and FE. RGB value is (19,219,254). Sum of RGB (Red+Green+Blue) = 19+219+254=492 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.86% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #13DBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DBFE is #EC2401. Grayscale: #A2A2A2. Windows color (decimal): -15475714 or 16702227. OLE color: 16702227.

HSL color Cylindrical-coordinate representation of color #13DBFE: hue angle of 188.94º 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 #13DBFE is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 219 254 -
CMYK 0.93 0.14 0 0.00
HSL 188.94º 0.99% 0.54% -
HSV(B) 188.94º 0.93% 1% -
XYZ 43.49 57.96 102.66 -
YUV 163.19 179.24 25.15 -
System Red Green Blue C M Y K H S L
Decimal 19 219 254 0.93 0.14 0 0.00 188.94 0.99 0.54
Hex 13 DB FE 5D E 0 0 BD 63 36
Octal 23 333 376 135 16 0 0 275 143 66
Binary 10011 11011011 11111110 1011101 1110 0 0 10111101 1100011 110110

Color Harmonies of #13DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DBFE

Black with #13DBFE

Text Example


Text Example

White with #13DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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