#61BAFF

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

Shades of Maya Blue #61BAFF

Tints of Maya Blue #61BAFF

Color information

#61BAFF (or 0x61BAFF) is unknown color: approx Maya Blue. HEX triplet: 61, BA and FF. RGB value is (97,186,255). Sum of RGB (Red+Green+Blue) = 97+186+255=538 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.03% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #61BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BAFF is #9E4500. Grayscale: #A6A6A6. Windows color (decimal): -10372353 or 16759393. OLE color: 16759393.

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

Color convert

RGB97186255-
CMYK0.620.2700
HSL206.2º100%69.02%-
HSV(B)206.2º61.96%100%-
XYZ40.5444.88101.13-
YUV167.26177.5177.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.03%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 255 (100% from 255) = 47.40%
R=18.03%
G=34.57%
B=47.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal971862550.620.2700206.210069.02
Hex61BAFF3E1B00ce6445
Octal141272377763300316144105
Binary1100001101110101111111111111011011001100111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,255); }

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

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

 a { background-color: rgb(97,186,255); }

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

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

 span { border-color: rgb(97,186,255); }

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