#61AFFE

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

Shades of Maya Blue #61AFFE

Tints of Maya Blue #61AFFE

Color information

#61AFFE (or 0x61AFFE) is unknown color: approx Maya Blue. HEX triplet: 61, AF and FE. RGB value is (97,175,254). Sum of RGB (Red+Green+Blue) = 97+175+254=526 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.44% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #61AFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61AFFE is #9E5001. Grayscale: #A0A0A0. Windows color (decimal): -10375170 or 16691041. OLE color: 16691041.

HSL color Cylindrical-coordinate representation of color #61AFFE: hue angle of 210.19º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61AFFE is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB97175254-
CMYK0.620.3100.00
HSL210.19º98.74%68.82%-
HSV(B)210.19º61.81%99.61%-
XYZ38.1540.3699.54-
YUV160.68180.6682.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.44%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 254 (99.61% from 255) = 48.29%
R=18.44%
G=33.27%
B=48.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal971752540.620.3100.00210.1998.7468.82
Hex61AFFE3E1F00d26345
Octal141257376763700322143105
Binary1100001101011111111111011111011111001101001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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