#19BCF7

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

Shades of Deep Sky Blue #19BCF7

Tints of Deep Sky Blue #19BCF7

Color information

#19BCF7 (or 0x19BCF7) is unknown color: approx Deep Sky Blue. HEX triplet: 19, BC and F7. RGB value is (25,188,247). Sum of RGB (Red+Green+Blue) = 25+188+247=460 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.43% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #19BCF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BCF7 is #E64308. Grayscale: #919191. Windows color (decimal): -15090441 or 16235545. OLE color: 16235545.

HSL color Cylindrical-coordinate representation of color #19BCF7: hue angle of 195.95º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BCF7 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB25188247-
CMYK0.900.2400.03
HSL195.95º93.28%53.33%-
HSV(B)195.95º89.88%96.86%-
XYZ35.1742.8994.42-
YUV145.9918541.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.43%
GREEN value IS 188 (73.83% from 255) = 40.87%
BLUE value IS 247 (96.88% from 255) = 53.70%
R=5.43%
G=40.87%
B=53.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal251882470.900.2400.03195.9593.2853.33
Hex19BCF75A1803c45d35
Octal31274367132300330413565
Binary110011011110011110111101101011000011110001001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,188,247); }

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

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

 a { background-color: rgb(25,188,247); }

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

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

 span { border-color: rgb(25,188,247); }

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