#31C5DA

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

Shades of Summer Sky #31C5DA

Tints of Summer Sky #31C5DA

Color information

#31C5DA (or 0x31C5DA) is unknown color: approx Summer Sky. HEX triplet: 31, C5 and DA. RGB value is (49,197,218). Sum of RGB (Red+Green+Blue) = 49+197+218=464 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.56% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #31C5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C5DA is #CE3A25. Grayscale: #9A9A9A. Windows color (decimal): -13515302 or 14337329. OLE color: 14337329.

HSL color Cylindrical-coordinate representation of color #31C5DA: hue angle of 187.46º 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 #31C5DA is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB49197218-
CMYK0.780.1000.15
HSL187.46º69.55%52.35%-
HSV(B)187.46º77.52%85.49%-
XYZ33.8945.6573.35-
YUV155.14163.4752.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.56%
GREEN value IS 197 (77.34% from 255) = 42.46%
BLUE value IS 218 (85.55% from 255) = 46.98%
R=10.56%
G=42.46%
B=46.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal491972180.780.1000.15187.4669.5552.35
Hex31C5DA4EA0Fbb4634
Octal613053321161201727310664
Binary11000111000101110110101001110101001111101110111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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