Html Css Color HEX #19DBFE Deep Sky Blue

📋 copy color: '#19DBFE'

red 25 ◦ green 219 ◦ blue 254

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

Shades of Deep Sky Blue #19DBFE

Tints of Deep Sky Blue #19DBFE

RGB

 RED value IS 25 (10.16% from 255) = 5.02%

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

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

R = 5.02%
G = 43.98%
B = 51%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#19DBFE (or 0x19DBFE) is known color: Deep Sky Blue. HEX triplet: 19, DB and FE. RGB value is (25,219,254). Sum of RGB (Red+Green+Blue) = 25+219+254=498 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.02% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #19DBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DBFE is #E62401. Grayscale: #A4A4A4. Windows color (decimal): -15082498 or 16702233. OLE color: 16702233.

HSL color Cylindrical-coordinate representation of color #19DBFE: hue angle of 189.17º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DBFE is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 25 219 254 -
CMYK 0.90 0.14 0 0.00
HSL 189.17º 0.99% 0.55% -
HSV(B) 189.17º 0.9% 1% -
XYZ 43.62 58.03 102.67 -
YUV 164.98 178.23 28.15 -
System Red Green Blue C M Y K H S L
Decimal 25 219 254 0.90 0.14 0 0.00 189.17 0.99 0.55
Hex 19 DB FE 5A E 0 0 BD 63 37
Octal 31 333 376 132 16 0 0 275 143 67
Binary 11001 11011011 11111110 1011010 1110 0 0 10111101 1100011 110111

Color Harmonies of #19DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DBFE

Black with #19DBFE

Text Example


Text Example

White with #19DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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