#19ABDB

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

Shades of Summer Sky #19ABDB

Tints of Summer Sky #19ABDB

Color information

#19ABDB (or 0x19ABDB) is unknown color: approx Summer Sky. HEX triplet: 19, AB and DB. RGB value is (25,171,219). Sum of RGB (Red+Green+Blue) = 25+171+219=415 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.02% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #19ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ABDB is #E65424. Grayscale: #848484. Windows color (decimal): -15094821 or 14396185. OLE color: 14396185.

HSL color Cylindrical-coordinate representation of color #19ABDB: hue angle of 194.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19ABDB is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB25171219-
CMYK0.890.2200.14
HSL194.85º79.51%47.84%-
HSV(B)194.85º88.58%85.88%-
XYZ27.7534.4572.2-
YUV132.82176.6351.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.02%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 219 (85.94% from 255) = 52.77%
R=6.02%
G=41.20%
B=52.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal251712190.890.2200.14194.8579.5147.84
Hex19ABDB59160Ec35030
Octal312533331312601630312060
Binary11001101010111101101110110011011001110110000111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,171,219); }

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

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

 a { background-color: rgb(25,171,219); }

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

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

 span { border-color: rgb(25,171,219); }

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