#61AFF9

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

Shades of Maya Blue #61AFF9

Tints of Maya Blue #61AFF9

Color information

#61AFF9 (or 0x61AFF9) is unknown color: approx Maya Blue. HEX triplet: 61, AF and F9. RGB value is (97,175,249). Sum of RGB (Red+Green+Blue) = 97+175+249=521 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.62% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #61AFF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61AFF9 is #9E5006. Grayscale: #9F9F9F. Windows color (decimal): -10375175 or 16363361. OLE color: 16363361.

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

Color convert

RGB97175249-
CMYK0.610.3000.02
HSL209.21º92.68%67.84%-
HSV(B)209.21º61.04%97.65%-
XYZ37.3640.0495.38-
YUV160.11178.1682.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.62%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=18.62%
G=33.59%
B=47.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971752490.610.3000.02209.2192.6867.84
Hex61AFF93D1E02d15d44
Octal141257371753602321135104
Binary11000011010111111111001111101111100101101000110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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