#31a1ce

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

Shades of Summer Sky #31A1CE

Tints of Summer Sky #31A1CE

Color information

#31A1CE (or 0x31A1CE) is unknown color: approx Summer Sky. HEX triplet: 31, A1 and CE. RGB value is (49,161,206). Sum of RGB (Red+Green+Blue) = 49+161+206=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #31A1CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A1CE is #CE5E31. Grayscale: #848484. Windows color (decimal): -13524530 or 13541681. OLE color: 13541681.

HSL color Cylindrical-coordinate representation of color #31A1CE: hue angle of 197.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31A1CE is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB49161206-
CMYK0.760.2200.19
HSL197.2º61.57%50%-
HSV(B)197.2º76.21%80.78%-
XYZ25.1530.662.97-
YUV132.64169.3968.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.78%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 206 (80.86% from 255) = 49.52%
R=11.78%
G=38.70%
B=49.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal491612060.760.2200.19197.261.5750
Hex31A1CE4C16013c53e32
Octal61241316114260233057662
Binary110001101000011100111010011001011001001111000101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31a1ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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