Html Css Color HEX #19DCFF Deep Sky Blue

📋 copy color: '#19DCFF'

red 25 ◦ green 220 ◦ blue 255

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

Shades of Deep Sky Blue #19DCFF

Tints of Deep Sky Blue #19DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44%

 BLUE value IS 255 (100% from 255) = 51%

R = 5%
G = 44%
B = 51%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#19DCFF (or 0x19DCFF) is known color: Deep Sky Blue. HEX triplet: 19, DC and FF. RGB value is (25,220,255). Sum of RGB (Red+Green+Blue) = 25+220+255=500 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #19DCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DCFF is #E62300. Grayscale: #A5A5A5. Windows color (decimal): -15082241 or 16768025. OLE color: 16768025.

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

Color convert

RGB 25 220 255 -
CMYK 0.90 0.14 0 0
HSL 189.13º 1% 0.55% -
HSV(B) 189.13º 0.9% 1% -
XYZ 44.04 58.61 103.6 -
YUV 165.69 178.4 27.65 -
System Red Green Blue C M Y K H S L
Decimal 25 220 255 0.90 0.14 0 0 189.13 1 0.55
Hex 19 DC FF 5A E 0 0 BD 64 37
Octal 31 334 377 132 16 0 0 275 144 67
Binary 11001 11011100 11111111 1011010 1110 0 0 10111101 1100100 110111

Color Harmonies of #19DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DCFF

Black with #19DCFF

Text Example


Text Example

White with #19DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,220,255); }

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

background-color css

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

 a { background-color: rgb(25,220,255); }

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

border-color css

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

 span { border-color: rgb(25,220,255); }

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