#31c7e6

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

Shades of Summer Sky #31C7E6

Tints of Summer Sky #31C7E6

Color information

#31C7E6 (or 0x31C7E6) is unknown color: approx Summer Sky. HEX triplet: 31, C7 and E6. RGB value is (49,199,230). Sum of RGB (Red+Green+Blue) = 49+199+230=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #31C7E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C7E6 is #CE3819. Grayscale: #9D9D9D. Windows color (decimal): -13514778 or 15124273. OLE color: 15124273.

HSL color Cylindrical-coordinate representation of color #31C7E6: hue angle of 190.28º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31C7E6 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB49199230-
CMYK0.790.1300.10
HSL190.28º78.35%54.71%-
HSV(B)190.28º78.7%90.2%-
XYZ35.9747.2182.08-
YUV157.68168.850.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.25%
GREEN value IS 199 (78.12% from 255) = 41.63%
BLUE value IS 230 (90.23% from 255) = 48.12%
R=10.25%
G=41.63%
B=48.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal491992300.790.1300.10190.2878.3554.71
Hex31C7E64FD0Abe4e37
Octal613073461171501227611667
Binary11000111000111111001101001111110101010101111101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31c7e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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