#31BDD9

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

Shades of Summer Sky #31BDD9

Tints of Summer Sky #31BDD9

Color information

#31BDD9 (or 0x31BDD9) is unknown color: approx Summer Sky. HEX triplet: 31, BD and D9. RGB value is (49,189,217). Sum of RGB (Red+Green+Blue) = 49+189+217=455 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.77% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #31BDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BDD9 is #CE4226. Grayscale: #969696. Windows color (decimal): -13517351 or 14269745. OLE color: 14269745.

HSL color Cylindrical-coordinate representation of color #31BDD9: hue angle of 190º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31BDD9 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB49189217-
CMYK0.770.1300.15
HSL190º68.85%52.16%-
HSV(B)190º77.42%85.1%-
XYZ31.9942.0672.08-
YUV150.33165.6255.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.77%
GREEN value IS 189 (74.22% from 255) = 41.54%
BLUE value IS 217 (85.16% from 255) = 47.69%
R=10.77%
G=41.54%
B=47.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal491892170.770.1300.1519068.8552.16
Hex31BDD94DD0Fbe4534
Octal612753311151501727610564
Binary11000110111101110110011001101110101111101111101000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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