#61B7FA

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

Shades of Maya Blue #61B7FA

Tints of Maya Blue #61B7FA

Color information

#61B7FA (or 0x61B7FA) is unknown color: approx Maya Blue. HEX triplet: 61, B7 and FA. RGB value is (97,183,250). Sum of RGB (Red+Green+Blue) = 97+183+250=530 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.30% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #61B7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61B7FA is #9E4805. Grayscale: #A4A4A4. Windows color (decimal): -10373126 or 16430945. OLE color: 16430945.

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

Color convert

RGB97183250-
CMYK0.610.2700.02
HSL206.27º93.87%68.04%-
HSV(B)206.27º61.2%98.04%-
XYZ39.1243.3196.74-
YUV164.92176.0179.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.30%
GREEN value IS 183 (71.88% from 255) = 34.53%
BLUE value IS 250 (98.05% from 255) = 47.17%
R=18.30%
G=34.53%
B=47.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971832500.610.2700.02206.2793.8768.04
Hex61B7FA3D1B02ce5e44
Octal141267372753302316136104
Binary11000011011011111111010111101110110101100111010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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