Html Css Color HEX #19AEFF Deep Sky Blue

📋 copy color: '#19AEFF'

red 25 ◦ green 174 ◦ blue 255

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

Shades of Deep Sky Blue #19AEFF

Tints of Deep Sky Blue #19AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.33%

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

R = 5.51%
G = 38.33%
B = 56.17%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#19AEFF (or 0x19AEFF) is known color: Deep Sky Blue. HEX triplet: 19, AE and FF. RGB value is (25,174,255). Sum of RGB (Red+Green+Blue) = 25+174+255=454 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.51% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #19AEFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AEFF is #E65100. Grayscale: #8A8A8A. Windows color (decimal): -15094017 or 16756249. OLE color: 16756249.

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

Color convert

RGB 25 174 255 -
CMYK 0.90 0.32 0 0
HSL 201.13º 1% 0.55% -
HSV(B) 201.13º 0.9% 1% -
XYZ 33.59 37.7 100.11 -
YUV 138.68 193.64 46.91 -
System Red Green Blue C M Y K H S L
Decimal 25 174 255 0.90 0.32 0 0 201.13 1 0.55
Hex 19 AE FF 5A 20 0 0 C9 64 37
Octal 31 256 377 132 40 0 0 311 144 67
Binary 11001 10101110 11111111 1011010 100000 0 0 11001001 1100100 110111

Color Harmonies of #19AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AEFF

Black with #19AEFF

Text Example


Text Example

White with #19AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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