Html Css Color HEX #19ACDA Summer Sky

📋 copy color: '#19ACDA'

red 25 ◦ green 172 ◦ blue 218

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

Shades of Summer Sky #19ACDA

Tints of Summer Sky #19ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.53%

R = 6.02%
G = 41.45%
B = 52.53%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#19ACDA (or 0x19ACDA) is known color: Summer Sky. HEX triplet: 19, AC and DA. RGB value is (25,172,218). Sum of RGB (Red+Green+Blue) = 25+172+218=415 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.02% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #19ACDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ACDA is #E65325. Grayscale: #848484. Windows color (decimal): -15094566 or 14330905. OLE color: 14330905.

HSL color Cylindrical-coordinate representation of color #19ACDA: hue angle of 194.3º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19ACDA is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 172 218 -
CMYK 0.89 0.21 0 0.15
HSL 194.3º 0.79% 0.48% -
HSV(B) 194.3º 0.89% 0.85% -
XYZ 27.81 34.77 71.58 -
YUV 133.29 175.8 50.76 -
System Red Green Blue C M Y K H S L
Decimal 25 172 218 0.89 0.21 0 0.15 194.3 0.79 0.48
Hex 19 AC DA 59 15 0 F C2 4F 30
Octal 31 254 332 131 25 0 17 302 117 60
Binary 11001 10101100 11011010 1011001 10101 0 1111 11000010 1001111 110000

Color Harmonies of #19ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ACDA

Black with #19ACDA

Text Example


Text Example

White with #19ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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