#61B5FA

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

Shades of Maya Blue #61B5FA

Tints of Maya Blue #61B5FA

Color information

#61B5FA (or 0x61B5FA) is unknown color: approx Maya Blue. HEX triplet: 61, B5 and FA. RGB value is (97,181,250). Sum of RGB (Red+Green+Blue) = 97+181+250=528 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.37% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #61B5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61B5FA is #9E4A05. Grayscale: #A3A3A3. Windows color (decimal): -10373638 or 16430433. OLE color: 16430433.

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

Color convert

RGB97181250-
CMYK0.610.2800.02
HSL207.06º93.87%68.04%-
HSV(B)207.06º61.2%98.04%-
XYZ38.7142.4996.6-
YUV163.75176.6780.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.37%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=18.37%
G=34.28%
B=47.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971812500.610.2800.02207.0693.8768.04
Hex61B5FA3D1C02cf5e44
Octal141265372753402317136104
Binary11000011011010111111010111101111000101100111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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