Html Css Color HEX #19D0FF Deep Sky Blue

📋 copy color: '#19D0FF'

red 25 ◦ green 208 ◦ blue 255

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

Shades of Deep Sky Blue #19D0FF

Tints of Deep Sky Blue #19D0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.62%

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

R = 5.12%
G = 42.62%
B = 52.25%

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

#19D0FF (or 0x19D0FF) is known color: Deep Sky Blue. HEX triplet: 19, D0 and FF. RGB value is (25,208,255). Sum of RGB (Red+Green+Blue) = 25+208+255=488 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.12% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #19D0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D0FF is #E62F00. Grayscale: #9E9E9E. Windows color (decimal): -15085313 or 16764953. OLE color: 16764953.

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

Color convert

RGB 25 208 255 -
CMYK 0.90 0.18 0 0
HSL 192.26º 1% 0.55% -
HSV(B) 192.26º 0.9% 1% -
XYZ 41.01 52.54 102.59 -
YUV 158.64 182.37 32.68 -
System Red Green Blue C M Y K H S L
Decimal 25 208 255 0.90 0.18 0 0 192.26 1 0.55
Hex 19 D0 FF 5A 12 0 0 C0 64 37
Octal 31 320 377 132 22 0 0 300 144 67
Binary 11001 11010000 11111111 1011010 10010 0 0 11000000 1100100 110111

Color Harmonies of #19D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D0FF

Black with #19D0FF

Text Example


Text Example

White with #19D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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