#61BBFD

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

Shades of Maya Blue #61BBFD

Tints of Maya Blue #61BBFD

Color information

#61BBFD (or 0x61BBFD) is unknown color: approx Maya Blue. HEX triplet: 61, BB and FD. RGB value is (97,187,253). Sum of RGB (Red+Green+Blue) = 97+187+253=537 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.06% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #61BBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BBFD is #9E4402. Grayscale: #A7A7A7. Windows color (decimal): -10372099 or 16628577. OLE color: 16628577.

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

Color convert

RGB97187253-
CMYK0.620.2600.01
HSL205.38º97.5%68.63%-
HSV(B)205.38º61.66%99.22%-
XYZ40.4345.1799.52-
YUV167.61176.1877.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.06%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 253 (99.22% from 255) = 47.11%
R=18.06%
G=34.82%
B=47.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal971872530.620.2600.01205.3897.568.63
Hex61BBFD3E1A01cd6245
Octal141273375763201315142105
Binary1100001101110111111110111111011010011100110111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,187,253); }

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

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

 a { background-color: rgb(97,187,253); }

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

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

 span { border-color: rgb(97,187,253); }

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