#31BDEC

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

Shades of Summer Sky #31BDEC

Tints of Summer Sky #31BDEC

Color information

#31BDEC (or 0x31BDEC) is unknown color: approx Summer Sky. HEX triplet: 31, BD and EC. RGB value is (49,189,236). Sum of RGB (Red+Green+Blue) = 49+189+236=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #31BDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BDEC is #CE4213. Grayscale: #989898. Windows color (decimal): -13517332 or 15514929. OLE color: 15514929.

HSL color Cylindrical-coordinate representation of color #31BDEC: hue angle of 195.08º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BDEC is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB49189236-
CMYK0.790.2000.07
HSL195.08º83.11%55.88%-
HSV(B)195.08º79.24%92.55%-
XYZ34.643.185.85-
YUV152.5175.1254.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.34%
GREEN value IS 189 (74.22% from 255) = 39.87%
BLUE value IS 236 (92.58% from 255) = 49.79%
R=10.34%
G=39.87%
B=49.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal491892360.790.2000.07195.0883.1155.88
Hex31BDEC4F1407c35338
Octal61275354117240730312370
Binary11000110111101111011001001111101000111110000111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,189,236); }

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

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

 a { background-color: rgb(49,189,236); }

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

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

 span { border-color: rgb(49,189,236); }

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