#19B0F0

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

Shades of Deep Sky Blue #19B0F0

Tints of Deep Sky Blue #19B0F0

Color information

#19B0F0 (or 0x19B0F0) is unknown color: approx Deep Sky Blue. HEX triplet: 19, B0 and F0. RGB value is (25,176,240). Sum of RGB (Red+Green+Blue) = 25+176+240=441 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.67% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #19B0F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19B0F0 is #E64F0F. Grayscale: #898989. Windows color (decimal): -15093520 or 15773721. OLE color: 15773721.

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

Color convert

RGB25176240-
CMYK0.900.2700.06
HSL197.86º87.76%51.96%-
HSV(B)197.86º89.58%94.12%-
XYZ31.6537.5588.02-
YUV138.15185.4747.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.67%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 240 (94.14% from 255) = 54.42%
R=5.67%
G=39.91%
B=54.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal251762400.900.2700.06197.8687.7651.96
Hex19B0F05A1B06c65834
Octal31260360132330630613064
Binary1100110110000111100001011010110110110110001101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,176,240); }

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

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

 a { background-color: rgb(25,176,240); }

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

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

 span { border-color: rgb(25,176,240); }

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