#61D0FF

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

Shades of Maya Blue #61D0FF

Tints of Maya Blue #61D0FF

Color information

#61D0FF (or 0x61D0FF) is unknown color: approx Maya Blue. HEX triplet: 61, D0 and FF. RGB value is (97,208,255). Sum of RGB (Red+Green+Blue) = 97+208+255=560 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.32% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #61D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D0FF is #9E2F00. Grayscale: #B3B3B3. Windows color (decimal): -10366721 or 16765025. OLE color: 16765025.

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

Color convert

RGB97208255-
CMYK0.620.1800
HSL197.85º100%69.02%-
HSV(B)197.85º61.96%100%-
XYZ45.5454.87102.8-
YUV180.17170.2368.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.32%
GREEN value IS 208 (81.64% from 255) = 37.14%
BLUE value IS 255 (100% from 255) = 45.54%
R=17.32%
G=37.14%
B=45.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal972082550.620.1800197.8510069.02
Hex61D0FF3E1200c66445
Octal141320377762200306144105
Binary1100001110100001111111111111010010001100011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,208,255); }

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

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

 a { background-color: rgb(97,208,255); }

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

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

 span { border-color: rgb(97,208,255); }

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