Html Css Color HEX #19AFF1 Deep Sky Blue

📋 copy color: '#19AFF1'

red 25 ◦ green 175 ◦ blue 241

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

Shades of Deep Sky Blue #19AFF1

Tints of Deep Sky Blue #19AFF1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.68%

 BLUE value IS 241 (94.53% from 255) = 54.65%

R = 5.67%
G = 39.68%
B = 54.65%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#19AFF1 (or 0x19AFF1) is known color: Deep Sky Blue. HEX triplet: 19, AF and F1. RGB value is (25,175,241). Sum of RGB (Red+Green+Blue) = 25+175+241=441 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.67% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #19AFF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AFF1 is #E6500E. Grayscale: #898989. Windows color (decimal): -15093775 or 15839001. OLE color: 15839001.

HSL color Cylindrical-coordinate representation of color #19AFF1: hue angle of 198.33º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19AFF1 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 175 241 -
CMYK 0.90 0.27 0 0.05
HSL 198.33º 0.89% 0.52% -
HSV(B) 198.33º 0.9% 0.95% -
XYZ 31.61 37.22 88.74 -
YUV 137.67 186.31 47.63 -
System Red Green Blue C M Y K H S L
Decimal 25 175 241 0.90 0.27 0 0.05 198.33 0.89 0.52
Hex 19 AF F1 5A 1B 0 5 C6 59 34
Octal 31 257 361 132 33 0 5 306 131 64
Binary 11001 10101111 11110001 1011010 11011 0 101 11000110 1011001 110100

Color Harmonies of #19AFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AFF1

Black with #19AFF1

Text Example


Text Example

White with #19AFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,175,241); }

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

background-color css

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

 a { background-color: rgb(25,175,241); }

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

border-color css

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

 span { border-color: rgb(25,175,241); }

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