#61B8FA

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

Shades of Maya Blue #61B8FA

Tints of Maya Blue #61B8FA

Color information

#61B8FA (or 0x61B8FA) is unknown color: approx Maya Blue. HEX triplet: 61, B8 and FA. RGB value is (97,184,250). Sum of RGB (Red+Green+Blue) = 97+184+250=531 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.27% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #61B8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61B8FA is #9E4705. Grayscale: #A5A5A5. Windows color (decimal): -10372870 or 16431201. OLE color: 16431201.

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

Color convert

RGB97184250-
CMYK0.610.2600.02
HSL205.88º93.87%68.04%-
HSV(B)205.88º61.2%98.04%-
XYZ39.3343.7296.81-
YUV165.51175.6879.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.27%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 250 (98.05% from 255) = 47.08%
R=18.27%
G=34.65%
B=47.08%

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
Decimal971842500.610.2600.02205.8893.8768.04
Hex61B8FA3D1A02ce5e44
Octal141270372753202316136104
Binary11000011011100011111010111101110100101100111010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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