Html Css Color HEX #61C2FD Maya Blue

📋 copy color: '#61C2FD'

red 97 ◦ green 194 ◦ blue 253

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

Shades of Maya Blue #61C2FD

Tints of Maya Blue #61C2FD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.66%

 BLUE value IS 253 (99.22% from 255) = 46.51%

R = 17.83%
G = 35.66%
B = 46.51%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#61C2FD (or 0x61C2FD) is known color: Maya Blue. HEX triplet: 61, C2 and FD. RGB value is (97,194,253). Sum of RGB (Red+Green+Blue) = 97+194+253=544 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.83% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #61C2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C2FD is #9E3D02. Grayscale: #ABABAB. Windows color (decimal): -10370307 or 16630369. OLE color: 16630369.

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

Color convert

RGB 97 194 253 -
CMYK 0.62 0.23 0 0.01
HSL 202.69º 0.98% 0.69% -
HSV(B) 202.69º 0.62% 0.99% -
XYZ 41.95 48.22 100.02 -
YUV 171.72 173.86 74.7 -
System Red Green Blue C M Y K H S L
Decimal 97 194 253 0.62 0.23 0 0.01 202.69 0.98 0.69
Hex 61 C2 FD 3E 17 0 1 CB 62 45
Octal 141 302 375 76 27 0 1 313 142 105
Binary 1100001 11000010 11111101 111110 10111 0 1 11001011 1100010 1000101

Color Harmonies of #61C2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C2FD

Black with #61C2FD

Text Example


Text Example

White with #61C2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,194,253); }

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

background-color css

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

 a { background-color: rgb(97,194,253); }

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

border-color css

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

 span { border-color: rgb(97,194,253); }

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