Html Css Color HEX #19ACDB Summer Sky

📋 copy color: '#19ACDB'

red 25 ◦ green 172 ◦ blue 219

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

Shades of Summer Sky #19ACDB

Tints of Summer Sky #19ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.35%

 BLUE value IS 219 (85.94% from 255) = 52.64%

R = 6.01%
G = 41.35%
B = 52.64%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#19ACDB (or 0x19ACDB) is known color: Summer Sky. HEX triplet: 19, AC and DB. RGB value is (25,172,219). Sum of RGB (Red+Green+Blue) = 25+172+219=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #19ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ACDB is #E65324. Grayscale: #858585. Windows color (decimal): -15094565 or 14396441. OLE color: 14396441.

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

Color convert

RGB 25 172 219 -
CMYK 0.89 0.21 0 0.14
HSL 194.54º 0.8% 0.48% -
HSV(B) 194.54º 0.89% 0.86% -
XYZ 27.94 34.83 72.27 -
YUV 133.41 176.3 50.68 -
System Red Green Blue C M Y K H S L
Decimal 25 172 219 0.89 0.21 0 0.14 194.54 0.8 0.48
Hex 19 AC DB 59 15 0 E C3 50 30
Octal 31 254 333 131 25 0 16 303 120 60
Binary 11001 10101100 11011011 1011001 10101 0 1110 11000011 1010000 110000

Color Harmonies of #19ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ACDB

Black with #19ACDB

Text Example


Text Example

White with #19ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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