#31D3F0

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

Shades of Summer Sky #31D3F0

Tints of Summer Sky #31D3F0

Color information

#31D3F0 (or 0x31D3F0) is unknown color: approx Summer Sky. HEX triplet: 31, D3 and F0. RGB value is (49,211,240). Sum of RGB (Red+Green+Blue) = 49+211+240=500 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.8% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #31D3F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D3F0 is #CE2C0F. Grayscale: #A5A5A5. Windows color (decimal): -13511696 or 15782705. OLE color: 15782705.

HSL color Cylindrical-coordinate representation of color #31D3F0: hue angle of 189.11º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31D3F0 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB49211240-
CMYK0.800.1200.06
HSL189.11º86.43%56.67%-
HSV(B)189.11º79.58%94.12%-
XYZ40.2953.5390.65-
YUV165.87169.8344.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.8%
GREEN value IS 211 (82.81% from 255) = 42.2%
BLUE value IS 240 (94.14% from 255) = 48%
R=9.8%
G=42.2%
B=48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal492112400.800.1200.06189.1186.4356.67
Hex31D3F050C06bd5639
Octal61323360120140627512671
Binary1100011101001111110000101000011000110101111011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,211,240); }

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

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

 a { background-color: rgb(49,211,240); }

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

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

 span { border-color: rgb(49,211,240); }

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