Html Css Color HEX #61D0FF Maya Blue

📋 copy color: '#61D0FF'

red 97 ◦ green 208 ◦ blue 255

#61D0FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #61D0FF

Tints of Maya Blue #61D0FF

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 value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#61D0FF (or 0x61D0FF) is known color: 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

RGB 97 208 255 -
CMYK 0.62 0.18 0 0
HSL 197.85º 1% 0.69% -
HSV(B) 197.85º 0.62% 1% -
XYZ 45.54 54.87 102.8 -
YUV 180.17 170.23 68.68 -
System Red Green Blue C M Y K H S L
Decimal 97 208 255 0.62 0.18 0 0 197.85 1 0.69
Hex 61 D0 FF 3E 12 0 0 C6 64 45
Octal 141 320 377 76 22 0 0 306 144 105
Binary 1100001 11010000 11111111 111110 10010 0 0 11000110 1100100 1000101

Color Harmonies of #61D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D0FF

Black with #61D0FF

Text Example


Text Example

White with #61D0FF

Text Example


Text Example

HTML Codes & Css Web 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>