#31C1D4

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

Shades of Summer Sky #31C1D4

Tints of Summer Sky #31C1D4

Color information

#31C1D4 (or 0x31C1D4) is unknown color: approx Summer Sky. HEX triplet: 31, C1 and D4. RGB value is (49,193,212). Sum of RGB (Red+Green+Blue) = 49+193+212=454 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.79% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 212 - color contains mainly: blue. Hex color #31C1D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C1D4 is #CE3E2B. Grayscale: #979797. Windows color (decimal): -13516332 or 13943089. OLE color: 13943089.

HSL color Cylindrical-coordinate representation of color #31C1D4: hue angle of 186.99º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31C1D4 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB49193212-
CMYK0.770.0900.17
HSL186.99º65.46%51.18%-
HSV(B)186.99º76.89%83.14%-
XYZ32.2243.5568.99-
YUV152.11161.7954.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.79%
GREEN value IS 193 (75.78% from 255) = 42.51%
BLUE value IS 212 (83.20% from 255) = 46.70%
R=10.79%
G=42.51%
B=46.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal491932120.770.0900.17186.9965.4651.18
Hex31C1D44D9011bb4133
Octal613013241151102127310163
Binary110001110000011101010010011011001010001101110111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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