#61B9FA

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

Shades of Maya Blue #61B9FA

Tints of Maya Blue #61B9FA

Color information

#61B9FA (or 0x61B9FA) is unknown color: approx Maya Blue. HEX triplet: 61, B9 and FA. RGB value is (97,185,250). Sum of RGB (Red+Green+Blue) = 97+185+250=532 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.23% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #61B9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61B9FA is #9E4605. Grayscale: #A5A5A5. Windows color (decimal): -10372614 or 16431457. OLE color: 16431457.

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

Color convert

RGB97185250-
CMYK0.610.2600.02
HSL205.49º93.87%68.04%-
HSV(B)205.49º61.2%98.04%-
XYZ39.5344.1496.88-
YUV166.1175.3578.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.23%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 250 (98.05% from 255) = 46.99%
R=18.23%
G=34.77%
B=46.99%

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
Decimal971852500.610.2600.02205.4993.8768.04
Hex61B9FA3D1A02cd5e44
Octal141271372753202315136104
Binary11000011011100111111010111101110100101100110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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