#19C6FF

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

Shades of Deep Sky Blue #19C6FF

Tints of Deep Sky Blue #19C6FF

Color information

#19C6FF (or 0x19C6FF) is unknown color: approx Deep Sky Blue. HEX triplet: 19, C6 and FF. RGB value is (25,198,255). Sum of RGB (Red+Green+Blue) = 25+198+255=478 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.23% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #19C6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C6FF is #E63900. Grayscale: #989898. Windows color (decimal): -15087873 or 16762393. OLE color: 16762393.

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

Color convert

RGB25198255-
CMYK0.900.2200
HSL194.87º100%54.9%-
HSV(B)194.87º90.2%100%-
XYZ38.6447.81101.8-
YUV152.77185.6936.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.23%
GREEN value IS 198 (77.73% from 255) = 41.42%
BLUE value IS 255 (100% from 255) = 53.35%
R=5.23%
G=41.42%
B=53.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal251982550.900.2200194.8710054.9
Hex19C6FF5A1600c36437
Octal31306377132260030314467
Binary11001110001101111111110110101011000110000111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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