#61C1FA

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

Shades of Maya Blue #61C1FA

Tints of Maya Blue #61C1FA

Color information

#61C1FA (or 0x61C1FA) is unknown color: approx Maya Blue. HEX triplet: 61, C1 and FA. RGB value is (97,193,250). Sum of RGB (Red+Green+Blue) = 97+193+250=540 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.96% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #61C1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C1FA is #9E3E05. Grayscale: #AAAAAA. Windows color (decimal): -10370566 or 16433505. OLE color: 16433505.

HSL color Cylindrical-coordinate representation of color #61C1FA: hue angle of 202.35º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61C1FA is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97193250-
CMYK0.610.2300.02
HSL202.35º93.87%68.04%-
HSV(B)202.35º61.2%98.04%-
XYZ41.2647.5897.45-
YUV170.79172.775.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.96%
GREEN value IS 193 (75.78% from 255) = 35.74%
BLUE value IS 250 (98.05% from 255) = 46.30%
R=17.96%
G=35.74%
B=46.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971932500.610.2300.02202.3593.8768.04
Hex61C1FA3D1702ca5e44
Octal141301372752702312136104
Binary11000011100000111111010111101101110101100101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,193,250); }

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

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

 a { background-color: rgb(97,193,250); }

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

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

 span { border-color: rgb(97,193,250); }

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