#31ACDA

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

Shades of Summer Sky #31ACDA

Tints of Summer Sky #31ACDA

Color information

#31ACDA (or 0x31ACDA) is unknown color: approx Summer Sky. HEX triplet: 31, AC and DA. RGB value is (49,172,218). Sum of RGB (Red+Green+Blue) = 49+172+218=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #31ACDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACDA is #CE5325. Grayscale: #8C8C8C. Windows color (decimal): -13521702 or 14330929. OLE color: 14330929.

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

Color convert

RGB49172218-
CMYK0.780.2100.15
HSL196.33º69.55%52.35%-
HSV(B)196.33º77.52%85.49%-
XYZ28.6735.2271.62-
YUV140.47171.7562.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.16%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 218 (85.55% from 255) = 49.66%
R=11.16%
G=39.18%
B=49.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal491722180.780.2100.15196.3369.5552.35
Hex31ACDA4E150Fc44634
Octal612543321162501730410664
Binary110001101011001101101010011101010101111110001001000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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