#31BCDA

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

Shades of Summer Sky #31BCDA

Tints of Summer Sky #31BCDA

Color information

#31BCDA (or 0x31BCDA) is unknown color: approx Summer Sky. HEX triplet: 31, BC and DA. RGB value is (49,188,218). Sum of RGB (Red+Green+Blue) = 49+188+218=455 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.77% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #31BCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCDA is #CE4325. Grayscale: #959595. Windows color (decimal): -13517606 or 14335025. OLE color: 14335025.

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

Color convert

RGB49188218-
CMYK0.780.1400.15
HSL190.65º69.55%52.35%-
HSV(B)190.65º77.52%85.49%-
XYZ31.941.6872.69-
YUV149.86166.4556.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.77%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 218 (85.55% from 255) = 47.91%
R=10.77%
G=41.32%
B=47.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal491882180.780.1400.15190.6569.5552.35
Hex31BCDA4EE0Fbf4634
Octal612743321161601727710664
Binary11000110111100110110101001110111001111101111111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,188,218); }

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

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

 a { background-color: rgb(49,188,218); }

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

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

 span { border-color: rgb(49,188,218); }

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