#61AFFA

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

Shades of Maya Blue #61AFFA

Tints of Maya Blue #61AFFA

Color information

#61AFFA (or 0x61AFFA) is unknown color: approx Maya Blue. HEX triplet: 61, AF and FA. RGB value is (97,175,250). Sum of RGB (Red+Green+Blue) = 97+175+250=522 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.58% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #61AFFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61AFFA is #9E5005. Grayscale: #9F9F9F. Windows color (decimal): -10375174 or 16428897. OLE color: 16428897.

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

Color convert

RGB97175250-
CMYK0.610.300.02
HSL209.41º93.87%68.04%-
HSV(B)209.41º61.2%98.04%-
XYZ37.5240.196.21-
YUV160.23178.6682.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.58%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 250 (98.05% from 255) = 47.89%
R=18.58%
G=33.52%
B=47.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971752500.610.300.02209.4193.8768.04
Hex61AFFA3D1E02d15e44
Octal141257372753602321136104
Binary11000011010111111111010111101111100101101000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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