#61BBFB

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

Shades of Maya Blue #61BBFB

Tints of Maya Blue #61BBFB

Color information

#61BBFB (or 0x61BBFB) is unknown color: approx Maya Blue. HEX triplet: 61, BB and FB. RGB value is (97,187,251). Sum of RGB (Red+Green+Blue) = 97+187+251=535 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.13% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #61BBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BBFB is #9E4404. Grayscale: #A7A7A7. Windows color (decimal): -10372101 or 16497505. OLE color: 16497505.

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

Color convert

RGB97187251-
CMYK0.610.2500.02
HSL204.94º95.06%68.24%-
HSV(B)204.94º61.35%98.43%-
XYZ40.1145.0597.85-
YUV167.39175.1877.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.13%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 251 (98.44% from 255) = 46.92%
R=18.13%
G=34.95%
B=46.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971872510.610.2500.02204.9495.0668.24
Hex61BBFB3D1902cd5f44
Octal141273373753102315137104
Binary11000011011101111111011111101110010101100110110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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