Html Css Color HEX #61C0FC Maya Blue

📋 copy color: '#61C0FC'

red 97 ◦ green 192 ◦ blue 252

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

Shades of Maya Blue #61C0FC

Tints of Maya Blue #61C0FC

RGB

 RED value IS 97 (38.28% from 255) = 17.93%

 GREEN value IS 192 (75.39% from 255) = 35.49%

 BLUE value IS 252 (98.83% from 255) = 46.58%

R = 17.93%
G = 35.49%
B = 46.58%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#61C0FC (or 0x61C0FC) is known color: Maya Blue. HEX triplet: 61, C0 and FC. RGB value is (97,192,252). Sum of RGB (Red+Green+Blue) = 97+192+252=541 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.93% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #61C0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C0FC is #9E3F03. Grayscale: #AAAAAA. Windows color (decimal): -10370820 or 16564321. OLE color: 16564321.

HSL color Cylindrical-coordinate representation of color #61C0FC: hue angle of 203.23º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61C0FC is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 192 252 -
CMYK 0.62 0.24 0 0.01
HSL 203.23º 0.96% 0.68% -
HSV(B) 203.23º 0.62% 0.99% -
XYZ 41.35 47.27 99.04 -
YUV 170.44 174.03 75.62 -
System Red Green Blue C M Y K H S L
Decimal 97 192 252 0.62 0.24 0 0.01 203.23 0.96 0.68
Hex 61 C0 FC 3E 18 0 1 CB 60 44
Octal 141 300 374 76 30 0 1 313 140 104
Binary 1100001 11000000 11111100 111110 11000 0 1 11001011 1100000 1000100

Color Harmonies of #61C0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C0FC

Black with #61C0FC

Text Example


Text Example

White with #61C0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61C0FC;
 }
 .AnyTagClassName
 {
   color: #61C0FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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