#19AFFE

Color #19AFFE Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #19AFFE

Tints of Deep Sky Blue #19AFFE

Color information

#19AFFE (or 0x19AFFE) is unknown color: approx Deep Sky Blue. HEX triplet: 19, AF and FE. RGB value is (25,175,254). Sum of RGB (Red+Green+Blue) = 25+175+254=454 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.51% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #19AFFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19AFFE is #E65001. Grayscale: #8A8A8A. Windows color (decimal): -15093762 or 16690969. OLE color: 16690969.

HSL color Cylindrical-coordinate representation of color #19AFFE: hue angle of 200.7º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19AFFE is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB25175254-
CMYK0.900.3100.00
HSL200.7º99.13%54.71%-
HSV(B)200.7º90.16%99.61%-
XYZ33.6238.0299.33-
YUV139.16192.846.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.51%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 254 (99.61% from 255) = 55.95%
R=5.51%
G=38.55%
B=55.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal251752540.900.3100.00200.799.1354.71
Hex19AFFE5A1F00c96337
Octal31257376132370031114367
Binary11001101011111111111010110101111100110010011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19AFFE;
 }
 .AnyTagClassName
 {
   color: #19AFFE;
 }
</style>
background-color css

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

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

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

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

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

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