#31b8f6

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

Shades of Summer Sky #31B8F6

Tints of Summer Sky #31B8F6

Color information

#31B8F6 (or 0x31B8F6) is unknown color: approx Summer Sky. HEX triplet: 31, B8 and F6. RGB value is (49,184,246). Sum of RGB (Red+Green+Blue) = 49+184+246=479 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.23% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #31B8F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31B8F6 is #CE4709. Grayscale: #969696. Windows color (decimal): -13518602 or 16169009. OLE color: 16169009.

HSL color Cylindrical-coordinate representation of color #31B8F6: hue angle of 198.88º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31B8F6 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB49184246-
CMYK0.800.2500.04
HSL198.88º91.63%57.84%-
HSV(B)198.88º80.08%96.47%-
XYZ35.0441.5993.37-
YUV150.7181.7755.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.23%
GREEN value IS 184 (72.27% from 255) = 38.41%
BLUE value IS 246 (96.48% from 255) = 51.36%
R=10.23%
G=38.41%
B=51.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal491842460.800.2500.04198.8891.6357.84
Hex31B8F6501904c75c3a
Octal61270366120310430713472
Binary11000110111000111101101010000110010100110001111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31b8f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,184,246); }

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

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

 a { background-color: rgb(49,184,246); }

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

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

 span { border-color: rgb(49,184,246); }

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