#61BAFA

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

Shades of Maya Blue #61BAFA

Tints of Maya Blue #61BAFA

Color information

#61BAFA (or 0x61BAFA) is unknown color: approx Maya Blue. HEX triplet: 61, BA and FA. RGB value is (97,186,250). Sum of RGB (Red+Green+Blue) = 97+186+250=533 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.20% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #61BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BAFA is #9E4505. Grayscale: #A6A6A6. Windows color (decimal): -10372358 or 16431713. OLE color: 16431713.

HSL color Cylindrical-coordinate representation of color #61BAFA: hue angle of 205.1º 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 #61BAFA is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97186250-
CMYK0.610.2600.02
HSL205.1º93.87%68.04%-
HSV(B)205.1º61.2%98.04%-
XYZ39.7444.5696.95-
YUV166.68175.0178.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.20%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 250 (98.05% from 255) = 46.90%
R=18.20%
G=34.90%
B=46.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971862500.610.2600.02205.193.8768.04
Hex61BAFA3D1A02cd5e44
Octal141272372753202315136104
Binary11000011011101011111010111101110100101100110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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