#61C0FA

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

Shades of Maya Blue #61C0FA

Tints of Maya Blue #61C0FA

Color information

#61C0FA (or 0x61C0FA) is unknown color: approx Maya Blue. HEX triplet: 61, C0 and FA. RGB value is (97,192,250). Sum of RGB (Red+Green+Blue) = 97+192+250=539 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.00% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #61C0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C0FA is #9E3F05. Grayscale: #A9A9A9. Windows color (decimal): -10370822 or 16433249. OLE color: 16433249.

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

Color convert

RGB97192250-
CMYK0.610.2300.02
HSL202.75º93.87%68.04%-
HSV(B)202.75º61.2%98.04%-
XYZ41.0347.1497.38-
YUV170.21173.0375.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.00%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=18.00%
G=35.62%
B=46.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971922500.610.2300.02202.7593.8768.04
Hex61C0FA3D1702cb5e44
Octal141300372752702313136104
Binary11000011100000011111010111101101110101100101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,192,250); }

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

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

 a { background-color: rgb(97,192,250); }

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

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

 span { border-color: rgb(97,192,250); }

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