Html Css Color HEX #19ABDC Summer Sky

📋 copy color: '#19ABDC'

red 25 ◦ green 171 ◦ blue 220

#19ABDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #19ABDC

Tints of Summer Sky #19ABDC

RGB

 RED value IS 25 (10.16% from 255) = 6.01%

 GREEN value IS 171 (67.19% from 255) = 41.11%

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 6.01%
G = 41.11%
B = 52.88%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#19ABDC (or 0x19ABDC) is known color: Summer Sky. HEX triplet: 19, AB and DC. RGB value is (25,171,220). Sum of RGB (Red+Green+Blue) = 25+171+220=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #19ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ABDC is #E65423. Grayscale: #848484. Windows color (decimal): -15094820 or 14461721. OLE color: 14461721.

HSL color Cylindrical-coordinate representation of color #19ABDC: hue angle of 195.08º 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 #19ABDC is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 171 220 -
CMYK 0.89 0.22 0 0.14
HSL 195.08º 0.8% 0.48% -
HSV(B) 195.08º 0.89% 0.86% -
XYZ 27.88 34.5 72.9 -
YUV 132.93 177.13 51.02 -
System Red Green Blue C M Y K H S L
Decimal 25 171 220 0.89 0.22 0 0.14 195.08 0.8 0.48
Hex 19 AB DC 59 16 0 E C3 50 30
Octal 31 253 334 131 26 0 16 303 120 60
Binary 11001 10101011 11011100 1011001 10110 0 1110 11000011 1010000 110000

Color Harmonies of #19ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ABDC

Black with #19ABDC

Text Example


Text Example

White with #19ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19ABDC;
 }
 .AnyTagClassName
 {
   color: #19ABDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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