#31A8C7

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

Shades of Summer Sky #31A8C7

Tints of Summer Sky #31A8C7

Color information

#31A8C7 (or 0x31A8C7) is unknown color: approx Summer Sky. HEX triplet: 31, A8 and C7. RGB value is (49,168,199). Sum of RGB (Red+Green+Blue) = 49+168+199=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 199 (78.12% from 255 or 47.84% from 416); Max value from RGB is 199 - color contains mainly: blue. Hex color #31A8C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A8C7 is #CE5738. Grayscale: #878787. Windows color (decimal): -13522745 or 13084721. OLE color: 13084721.

HSL color Cylindrical-coordinate representation of color #31A8C7: hue angle of 192.4º 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 #31A8C7 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB49168199-
CMYK0.750.1600.22
HSL192.4º60.48%48.63%-
HSV(B)192.4º75.38%78.04%-
XYZ25.5832.7859.01-
YUV135.95163.5865.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.78%
GREEN value IS 168 (66.02% from 255) = 40.38%
BLUE value IS 199 (78.12% from 255) = 47.84%
R=11.78%
G=40.38%
B=47.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal491681990.750.1600.22192.460.4848.63
Hex31A8C74B10016c03c31
Octal61250307113200263007461
Binary110001101010001100011110010111000001011011000000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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