#31C0CF

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

Shades of Summer Sky #31C0CF

Tints of Summer Sky #31C0CF

Color information

#31C0CF (or 0x31C0CF) is unknown color: approx Summer Sky. HEX triplet: 31, C0 and CF. RGB value is (49,192,207). Sum of RGB (Red+Green+Blue) = 49+192+207=448 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.94% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #31C0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C0CF is #CE3F30. Grayscale: #969696. Windows color (decimal): -13516593 or 13615153. OLE color: 13615153.

HSL color Cylindrical-coordinate representation of color #31C0CF: hue angle of 185.7º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31C0CF is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB49192207-
CMYK0.760.0700.19
HSL185.7º62.2%50.2%-
HSV(B)185.7º76.33%81.18%-
XYZ31.3842.8665.65-
YUV150.95159.6255.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.94%
GREEN value IS 192 (75.39% from 255) = 42.86%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=10.94%
G=42.86%
B=46.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal491922070.760.0700.19185.762.250.2
Hex31C0CF4C7013ba3e32
Octal6130031711470232727662
Binary1100011100000011001111100110011101001110111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,192,207); }

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

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

 a { background-color: rgb(49,192,207); }

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

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

 span { border-color: rgb(49,192,207); }

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