#19C3F7

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

Shades of Deep Sky Blue #19C3F7

Tints of Deep Sky Blue #19C3F7

Color information

#19C3F7 (or 0x19C3F7) is unknown color: approx Deep Sky Blue. HEX triplet: 19, C3 and F7. RGB value is (25,195,247). Sum of RGB (Red+Green+Blue) = 25+195+247=467 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.35% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 247 (96.88% from 255 or 52.89% from 467); Max value from RGB is 247 - color contains mainly: blue. Hex color #19C3F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C3F7 is #E63C08. Grayscale: #959595. Windows color (decimal): -15088649 or 16237337. OLE color: 16237337.

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

Color convert

RGB25195247-
CMYK0.900.2100.03
HSL194.05º93.28%53.33%-
HSV(B)194.05º89.88%96.86%-
XYZ36.745.9594.93-
YUV150.1182.6838.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.35%
GREEN value IS 195 (76.56% from 255) = 41.76%
BLUE value IS 247 (96.88% from 255) = 52.89%
R=5.35%
G=41.76%
B=52.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal251952470.900.2100.03194.0593.2853.33
Hex19C3F75A1503c25d35
Octal31303367132250330213565
Binary110011100001111110111101101010101011110000101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19C3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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