#31A8E4

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

Shades of Summer Sky #31A8E4

Tints of Summer Sky #31A8E4

Color information

#31A8E4 (or 0x31A8E4) is unknown color: approx Summer Sky. HEX triplet: 31, A8 and E4. RGB value is (49,168,228). Sum of RGB (Red+Green+Blue) = 49+168+228=445 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.01% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 228 (89.45% from 255 or 51.24% from 445); Max value from RGB is 228 - color contains mainly: blue. Hex color #31A8E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A8E4 is #CE571B. Grayscale: #8A8A8A. Windows color (decimal): -13522716 or 14985265. OLE color: 14985265.

HSL color Cylindrical-coordinate representation of color #31A8E4: hue angle of 200.11º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31A8E4 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB49168228-
CMYK0.790.2600.11
HSL200.11º76.82%54.31%-
HSV(B)200.11º78.51%89.41%-
XYZ29.2734.2678.47-
YUV139.26178.0863.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.01%
GREEN value IS 168 (66.02% from 255) = 37.75%
BLUE value IS 228 (89.45% from 255) = 51.24%
R=11.01%
G=37.75%
B=51.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal491682280.790.2600.11200.1176.8254.31
Hex31A8E44F1A0Bc84d36
Octal612503441173201331011566
Binary110001101010001110010010011111101001011110010001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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