Html Css Color HEX #19DDFF Deep Sky Blue

📋 copy color: '#19DDFF'

red 25 ◦ green 221 ◦ blue 255

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

Shades of Deep Sky Blue #19DDFF

Tints of Deep Sky Blue #19DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.11%

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

R = 4.99%
G = 44.11%
B = 50.9%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#19DDFF (or 0x19DDFF) is known color: Deep Sky Blue. HEX triplet: 19, DD and FF. RGB value is (25,221,255). Sum of RGB (Red+Green+Blue) = 25+221+255=501 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.99% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #19DDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DDFF is #E62200. Grayscale: #A5A5A5. Windows color (decimal): -15081985 or 16768281. OLE color: 16768281.

HSL color Cylindrical-coordinate representation of color #19DDFF: hue angle of 188.87º 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 #19DDFF is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 221 255 -
CMYK 0.90 0.13 0 0
HSL 188.87º 1% 0.55% -
HSV(B) 188.87º 0.9% 1% -
XYZ 44.31 59.14 103.69 -
YUV 166.27 178.07 27.24 -
System Red Green Blue C M Y K H S L
Decimal 25 221 255 0.90 0.13 0 0 188.87 1 0.55
Hex 19 DD FF 5A D 0 0 BD 64 37
Octal 31 335 377 132 15 0 0 275 144 67
Binary 11001 11011101 11111111 1011010 1101 0 0 10111101 1100100 110111

Color Harmonies of #19DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DDFF

Black with #19DDFF

Text Example


Text Example

White with #19DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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