Html Css Color HEX #19DBFC Deep Sky Blue

📋 copy color: '#19DBFC'

red 25 ◦ green 219 ◦ blue 252

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

Shades of Deep Sky Blue #19DBFC

Tints of Deep Sky Blue #19DBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.15%

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 5.04%
G = 44.15%
B = 50.81%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19DBFC (or 0x19DBFC) is known color: Deep Sky Blue. HEX triplet: 19, DB and FC. RGB value is (25,219,252). Sum of RGB (Red+Green+Blue) = 25+219+252=496 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.04% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #19DBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DBFC is #E62403. Grayscale: #A4A4A4. Windows color (decimal): -15082500 or 16571161. OLE color: 16571161.

HSL color Cylindrical-coordinate representation of color #19DBFC: hue angle of 188.72º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DBFC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 219 252 -
CMYK 0.90 0.13 0 0.01
HSL 188.72º 0.97% 0.54% -
HSV(B) 188.72º 0.9% 0.99% -
XYZ 43.3 57.9 100.99 -
YUV 164.76 177.23 28.32 -
System Red Green Blue C M Y K H S L
Decimal 25 219 252 0.90 0.13 0 0.01 188.72 0.97 0.54
Hex 19 DB FC 5A D 0 1 BD 61 36
Octal 31 333 374 132 15 0 1 275 141 66
Binary 11001 11011011 11111100 1011010 1101 0 1 10111101 1100001 110110

Color Harmonies of #19DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DBFC

Black with #19DBFC

Text Example


Text Example

White with #19DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,219,252); }

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

background-color css

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

 a { background-color: rgb(25,219,252); }

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

border-color css

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

 span { border-color: rgb(25,219,252); }

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