Html Css Color HEX #19ADFC Deep Sky Blue

📋 copy color: '#19ADFC'

red 25 ◦ green 173 ◦ blue 252

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

Shades of Deep Sky Blue #19ADFC

Tints of Deep Sky Blue #19ADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.44%

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

R = 5.56%
G = 38.44%
B = 56%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19ADFC (or 0x19ADFC) is known color: Deep Sky Blue. HEX triplet: 19, AD and FC. RGB value is (25,173,252). Sum of RGB (Red+Green+Blue) = 25+173+252=450 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.56% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #19ADFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ADFC is #E65203. Grayscale: #898989. Windows color (decimal): -15094276 or 16559385. OLE color: 16559385.

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

Color convert

RGB 25 173 252 -
CMYK 0.90 0.31 0 0.01
HSL 200.88º 0.97% 0.54% -
HSV(B) 200.88º 0.9% 0.99% -
XYZ 32.92 37.12 97.53 -
YUV 137.75 192.47 47.58 -
System Red Green Blue C M Y K H S L
Decimal 25 173 252 0.90 0.31 0 0.01 200.88 0.97 0.54
Hex 19 AD FC 5A 1F 0 1 C9 61 36
Octal 31 255 374 132 37 0 1 311 141 66
Binary 11001 10101101 11111100 1011010 11111 0 1 11001001 1100001 110110

Color Harmonies of #19ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ADFC

Black with #19ADFC

Text Example


Text Example

White with #19ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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