#31B0C7

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

Shades of Summer Sky #31B0C7

Tints of Summer Sky #31B0C7

Color information

#31B0C7 (or 0x31B0C7) is unknown color: approx Summer Sky. HEX triplet: 31, B0 and C7. RGB value is (49,176,199). Sum of RGB (Red+Green+Blue) = 49+176+199=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 199 - color contains mainly: blue. Hex color #31B0C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31B0C7 is #CE4F38. Grayscale: #8C8C8C. Windows color (decimal): -13520697 or 13086769. OLE color: 13086769.

HSL color Cylindrical-coordinate representation of color #31B0C7: hue angle of 189.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31B0C7 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB49176199-
CMYK0.750.1200.22
HSL189.2º60.48%48.63%-
HSV(B)189.2º75.38%78.04%-
XYZ27.135.8359.52-
YUV140.65160.9262.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.56%
GREEN value IS 176 (69.14% from 255) = 41.51%
BLUE value IS 199 (78.12% from 255) = 46.93%
R=11.56%
G=41.51%
B=46.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal491761990.750.1200.22189.260.4848.63
Hex31B0C74BC016bd3c31
Octal61260307113140262757461
Binary11000110110000110001111001011110001011010111101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,176,199); }

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

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

 a { background-color: rgb(49,176,199); }

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

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

 span { border-color: rgb(49,176,199); }

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