#31A1CA

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

Shades of Summer Sky #31A1CA

Tints of Summer Sky #31A1CA

Color information

#31A1CA (or 0x31A1CA) is unknown color: approx Summer Sky. HEX triplet: 31, A1 and CA. RGB value is (49,161,202). Sum of RGB (Red+Green+Blue) = 49+161+202=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #31A1CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A1CA is #CE5E35. Grayscale: #838383. Windows color (decimal): -13524534 or 13279537. OLE color: 13279537.

HSL color Cylindrical-coordinate representation of color #31A1CA: hue angle of 196.08º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31A1CA is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB49161202-
CMYK0.760.2000.21
HSL196.08º60.96%49.22%-
HSV(B)196.08º75.74%79.22%-
XYZ24.6730.4160.45-
YUV132.19167.3968.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.89%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=11.89%
G=39.08%
B=49.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal491612020.760.2000.21196.0860.9649.22
Hex31A1CA4C14015c43d31
Octal61241312114240253047561
Binary110001101000011100101010011001010001010111000100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,161,202); }

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

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

 a { background-color: rgb(49,161,202); }

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

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

 span { border-color: rgb(49,161,202); }

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