#31B2CA

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

Shades of Summer Sky #31B2CA

Tints of Summer Sky #31B2CA

Color information

#31B2CA (or 0x31B2CA) is unknown color: approx Summer Sky. HEX triplet: 31, B2 and CA. RGB value is (49,178,202). Sum of RGB (Red+Green+Blue) = 49+178+202=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #31B2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31B2CA is #CE4D35. Grayscale: #8D8D8D. Windows color (decimal): -13520182 or 13283889. OLE color: 13283889.

HSL color Cylindrical-coordinate representation of color #31B2CA: hue angle of 189.41º 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 #31B2CA is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB49178202-
CMYK0.760.1200.21
HSL189.41º60.96%49.22%-
HSV(B)189.41º75.74%79.22%-
XYZ27.8536.7661.5-
YUV142.16161.7661.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.42%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=11.42%
G=41.49%
B=47.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal491782020.760.1200.21189.4160.9649.22
Hex31B2CA4CC015bd3d31
Octal61262312114140252757561
Binary11000110110010110010101001100110001010110111101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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