Html Css Color HEX #19D2FF Deep Sky Blue

📋 copy color: '#19D2FF'

red 25 ◦ green 210 ◦ blue 255

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

Shades of Deep Sky Blue #19D2FF

Tints of Deep Sky Blue #19D2FF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.86%

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

R = 5.1%
G = 42.86%
B = 52.04%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#19D2FF (or 0x19D2FF) is known color: Deep Sky Blue. HEX triplet: 19, D2 and FF. RGB value is (25,210,255). Sum of RGB (Red+Green+Blue) = 25+210+255=490 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.10% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #19D2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D2FF is #E62D00. Grayscale: #9F9F9F. Windows color (decimal): -15084801 or 16765465. OLE color: 16765465.

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

Color convert

RGB 25 210 255 -
CMYK 0.90 0.18 0 0
HSL 191.74º 1% 0.55% -
HSV(B) 191.74º 0.9% 1% -
XYZ 41.5 53.52 102.75 -
YUV 159.82 181.71 31.84 -
System Red Green Blue C M Y K H S L
Decimal 25 210 255 0.90 0.18 0 0 191.74 1 0.55
Hex 19 D2 FF 5A 12 0 0 C0 64 37
Octal 31 322 377 132 22 0 0 300 144 67
Binary 11001 11010010 11111111 1011010 10010 0 0 11000000 1100100 110111

Color Harmonies of #19D2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D2FF

Black with #19D2FF

Text Example


Text Example

White with #19D2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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