#31C1D2

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

Shades of Summer Sky #31C1D2

Tints of Summer Sky #31C1D2

Color information

#31C1D2 (or 0x31C1D2) is unknown color: approx Summer Sky. HEX triplet: 31, C1 and D2. RGB value is (49,193,210). Sum of RGB (Red+Green+Blue) = 49+193+210=452 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.84% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 210 (82.42% from 255 or 46.46% from 452); Max value from RGB is 210 - color contains mainly: blue. Hex color #31C1D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C1D2 is #CE3E2D. Grayscale: #979797. Windows color (decimal): -13516334 or 13812017. OLE color: 13812017.

HSL color Cylindrical-coordinate representation of color #31C1D2: hue angle of 186.34º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31C1D2 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB49193210-
CMYK0.770.0800.18
HSL186.34º64.14%50.78%-
HSV(B)186.34º76.67%82.35%-
XYZ31.9743.4567.67-
YUV151.88160.7954.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.84%
GREEN value IS 193 (75.78% from 255) = 42.70%
BLUE value IS 210 (82.42% from 255) = 46.46%
R=10.84%
G=42.70%
B=46.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal491932100.770.0800.18186.3464.1450.78
Hex31C1D24D8012ba4033
Octal613013221151002227210063
Binary110001110000011101001010011011000010010101110101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,193,210); }

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

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

 a { background-color: rgb(49,193,210); }

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

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

 span { border-color: rgb(49,193,210); }

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