Html Css Color HEX #19DAFD Deep Sky Blue

📋 copy color: '#19DAFD'

red 25 ◦ green 218 ◦ blue 253

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

Shades of Deep Sky Blue #19DAFD

Tints of Deep Sky Blue #19DAFD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.95%

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

R = 5.04%
G = 43.95%
B = 51.01%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19DAFD (or 0x19DAFD) is known color: Deep Sky Blue. HEX triplet: 19, DA and FD. RGB value is (25,218,253). Sum of RGB (Red+Green+Blue) = 25+218+253=496 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.04% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #19DAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DAFD is #E62502. Grayscale: #A3A3A3. Windows color (decimal): -15082755 or 16636441. OLE color: 16636441.

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

Color convert

RGB 25 218 253 -
CMYK 0.90 0.14 0 0.01
HSL 189.21º 0.98% 0.55% -
HSV(B) 189.21º 0.9% 0.99% -
XYZ 43.2 57.44 101.74 -
YUV 164.28 178.06 28.65 -
System Red Green Blue C M Y K H S L
Decimal 25 218 253 0.90 0.14 0 0.01 189.21 0.98 0.55
Hex 19 DA FD 5A E 0 1 BD 62 37
Octal 31 332 375 132 16 0 1 275 142 67
Binary 11001 11011010 11111101 1011010 1110 0 1 10111101 1100010 110111

Color Harmonies of #19DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DAFD

Black with #19DAFD

Text Example


Text Example

White with #19DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,218,253); }

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

background-color css

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

 a { background-color: rgb(25,218,253); }

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

border-color css

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

 span { border-color: rgb(25,218,253); }

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