#61bffe

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

Shades of Maya Blue #61BFFE

Tints of Maya Blue #61BFFE

Color information

#61BFFE (or 0x61BFFE) is unknown color: approx Maya Blue. HEX triplet: 61, BF and FE. RGB value is (97,191,254). Sum of RGB (Red+Green+Blue) = 97+191+254=542 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.90% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #61BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BFFE is #9E4001. Grayscale: #A9A9A9. Windows color (decimal): -10371074 or 16695137. OLE color: 16695137.

HSL color Cylindrical-coordinate representation of color #61BFFE: hue angle of 204.08º 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 #61BFFE is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB97191254-
CMYK0.620.2500.00
HSL204.08º98.74%68.82%-
HSV(B)204.08º61.81%99.61%-
XYZ41.4546.96100.65-
YUV170.08175.3675.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.90%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 254 (99.61% from 255) = 46.86%
R=17.90%
G=35.24%
B=46.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal971912540.620.2500.00204.0898.7468.82
Hex61BFFE3E1900cc6345
Octal141277376763100314143105
Binary1100001101111111111111011111011001001100110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61bffe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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