#19CCFD

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

Shades of Deep Sky Blue #19CCFD

Tints of Deep Sky Blue #19CCFD

Color information

#19CCFD (or 0x19CCFD) is unknown color: approx Deep Sky Blue. HEX triplet: 19, CC and FD. RGB value is (25,204,253). Sum of RGB (Red+Green+Blue) = 25+204+253=482 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.19% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #19CCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CCFD is #E63302. Grayscale: #9B9B9B. Windows color (decimal): -15086339 or 16632857. OLE color: 16632857.

HSL color Cylindrical-coordinate representation of color #19CCFD: hue angle of 192.89º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CCFD is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB25204253-
CMYK0.900.1900.01
HSL192.89º98.28%54.51%-
HSV(B)192.89º90.12%99.22%-
XYZ39.7250.48100.58-
YUV156.06182.734.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.19%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 253 (99.22% from 255) = 52.49%
R=5.19%
G=42.32%
B=52.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252042530.900.1900.01192.8998.2854.51
Hex19CCFD5A1301c16237
Octal31314375132230130114267
Binary11001110011001111110110110101001101110000011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,204,253); }

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

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

 a { background-color: rgb(25,204,253); }

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

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

 span { border-color: rgb(25,204,253); }

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