#61B0FE

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

Shades of Maya Blue #61B0FE

Tints of Maya Blue #61B0FE

Color information

#61B0FE (or 0x61B0FE) is unknown color: approx Maya Blue. HEX triplet: 61, B0 and FE. RGB value is (97,176,254). Sum of RGB (Red+Green+Blue) = 97+176+254=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #61B0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61B0FE is #9E4F01. Grayscale: #A0A0A0. Windows color (decimal): -10374914 or 16691297. OLE color: 16691297.

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

Color convert

RGB97176254-
CMYK0.620.3100.00
HSL209.81º98.74%68.82%-
HSV(B)209.81º61.81%99.61%-
XYZ38.3440.7599.61-
YUV161.27180.3382.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.41%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 254 (99.61% from 255) = 48.20%
R=18.41%
G=33.40%
B=48.20%

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
Decimal971762540.620.3100.00209.8198.7468.82
Hex61B0FE3E1F00d26345
Octal141260376763700322143105
Binary1100001101100001111111011111011111001101001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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