Html Css Color HEX #19D6F9 Deep Sky Blue

📋 copy color: '#19D6F9'

red 25 ◦ green 214 ◦ blue 249

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

Shades of Deep Sky Blue #19D6F9

Tints of Deep Sky Blue #19D6F9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.85%

 BLUE value IS 249 (97.66% from 255) = 51.02%

R = 5.12%
G = 43.85%
B = 51.02%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#19D6F9 (or 0x19D6F9) is known color: Deep Sky Blue. HEX triplet: 19, D6 and F9. RGB value is (25,214,249). Sum of RGB (Red+Green+Blue) = 25+214+249=488 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.12% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #19D6F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D6F9 is #E62906. Grayscale: #A1A1A1. Windows color (decimal): -15083783 or 16373273. OLE color: 16373273.

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

Color convert

RGB 25 214 249 -
CMYK 0.90 0.14 0 0.02
HSL 189.38º 0.95% 0.54% -
HSV(B) 189.38º 0.9% 0.98% -
XYZ 41.55 55.14 98.08 -
YUV 161.48 177.38 30.65 -
System Red Green Blue C M Y K H S L
Decimal 25 214 249 0.90 0.14 0 0.02 189.38 0.95 0.54
Hex 19 D6 F9 5A E 0 2 BD 5F 36
Octal 31 326 371 132 16 0 2 275 137 66
Binary 11001 11010110 11111001 1011010 1110 0 10 10111101 1011111 110110

Color Harmonies of #19D6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D6F9

Black with #19D6F9

Text Example


Text Example

White with #19D6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,214,249); }

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

background-color css

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

 a { background-color: rgb(25,214,249); }

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

border-color css

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

 span { border-color: rgb(25,214,249); }

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