#19CDF7

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

Shades of Deep Sky Blue #19CDF7

Tints of Deep Sky Blue #19CDF7

Color information

#19CDF7 (or 0x19CDF7) is unknown color: approx Deep Sky Blue. HEX triplet: 19, CD and F7. RGB value is (25,205,247). Sum of RGB (Red+Green+Blue) = 25+205+247=477 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.24% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #19CDF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CDF7 is #E63208. Grayscale: #9B9B9B. Windows color (decimal): -15086089 or 16239897. OLE color: 16239897.

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

Color convert

RGB25205247-
CMYK0.900.1700.03
HSL191.35º93.28%53.33%-
HSV(B)191.35º89.88%96.86%-
XYZ39.0250.5895.7-
YUV155.97179.3734.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.24%
GREEN value IS 205 (80.47% from 255) = 42.98%
BLUE value IS 247 (96.88% from 255) = 51.78%
R=5.24%
G=42.98%
B=51.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal252052470.900.1700.03191.3593.2853.33
Hex19CDF75A1103bf5d35
Octal31315367132210327713565
Binary110011100110111110111101101010001011101111111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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