Html Css Color HEX #19ACDD Summer Sky

📋 copy color: '#19ACDD'

red 25 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #19ACDD

Tints of Summer Sky #19ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 5.98%
G = 41.15%
B = 52.87%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#19ACDD (or 0x19ACDD) is known color: Summer Sky. HEX triplet: 19, AC and DD. RGB value is (25,172,221). Sum of RGB (Red+Green+Blue) = 25+172+221=418 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.98% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #19ACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ACDD is #E65322. Grayscale: #858585. Windows color (decimal): -15094563 or 14527513. OLE color: 14527513.

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

Color convert

RGB 25 172 221 -
CMYK 0.89 0.22 0 0.13
HSL 195º 0.8% 0.48% -
HSV(B) 195º 0.89% 0.87% -
XYZ 28.2 34.93 73.66 -
YUV 133.63 177.3 50.52 -
System Red Green Blue C M Y K H S L
Decimal 25 172 221 0.89 0.22 0 0.13 195 0.8 0.48
Hex 19 AC DD 59 16 0 D C3 50 30
Octal 31 254 335 131 26 0 15 303 120 60
Binary 11001 10101100 11011101 1011001 10110 0 1101 11000011 1010000 110000

Color Harmonies of #19ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ACDD

Black with #19ACDD

Text Example


Text Example

White with #19ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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