#61C7F2

Color #61C7F2 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #61C7F2

Tints of Maya Blue #61C7F2

Color information

#61C7F2 (or 0x61C7F2) is unknown color: approx Maya Blue. HEX triplet: 61, C7 and F2. RGB value is (97,199,242). Sum of RGB (Red+Green+Blue) = 97+199+242=538 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.03% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #61C7F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C7F2 is #9E380D. Grayscale: #ADADAD. Windows color (decimal): -10369038 or 15910753. OLE color: 15910753.

HSL color Cylindrical-coordinate representation of color #61C7F2: hue angle of 197.79º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61C7F2 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97199242-
CMYK0.600.1800.05
HSL197.79º84.8%66.47%-
HSV(B)197.79º59.92%94.9%-
XYZ41.3849.891.44-
YUV173.4166.7173.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.03%
GREEN value IS 199 (78.12% from 255) = 36.99%
BLUE value IS 242 (94.92% from 255) = 44.98%
R=18.03%
G=36.99%
B=44.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal971992420.600.1800.05197.7984.866.47
Hex61C7F23C1205c65542
Octal141307362742205306125102
Binary110000111000111111100101111001001001011100011010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61C7F2; }

 p { color: rgb(97,199,242); }

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

<style>
 a { background-color: #61C7F2; }

 a { background-color: rgb(97,199,242); }

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

<style>
 span { border-color: #61C7F2; }

 span { border-color: rgb(97,199,242); }

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