#61B0FA

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

Shades of Maya Blue #61B0FA

Tints of Maya Blue #61B0FA

Color information

#61B0FA (or 0x61B0FA) is unknown color: approx Maya Blue. HEX triplet: 61, B0 and FA. RGB value is (97,176,250). Sum of RGB (Red+Green+Blue) = 97+176+250=523 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.55% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #61B0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61B0FA is #9E4F05. Grayscale: #A0A0A0. Windows color (decimal): -10374918 or 16429153. OLE color: 16429153.

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

Color convert

RGB97176250-
CMYK0.610.3000.02
HSL209.02º93.87%68.04%-
HSV(B)209.02º61.2%98.04%-
XYZ37.7140.4996.27-
YUV160.82178.3382.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.55%
GREEN value IS 176 (69.14% from 255) = 33.65%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=18.55%
G=33.65%
B=47.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971762500.610.3000.02209.0293.8768.04
Hex61B0FA3D1E02d15e44
Octal141260372753602321136104
Binary11000011011000011111010111101111100101101000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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