Html Css Color HEX #61C2FE Maya Blue

📋 copy color: '#61C2FE'

red 97 ◦ green 194 ◦ blue 254

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

Shades of Maya Blue #61C2FE

Tints of Maya Blue #61C2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 17.8%
G = 35.6%
B = 46.61%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#61C2FE (or 0x61C2FE) is known color: Maya Blue. HEX triplet: 61, C2 and FE. RGB value is (97,194,254). Sum of RGB (Red+Green+Blue) = 97+194+254=545 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.80% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #61C2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C2FE is #9E3D01. Grayscale: #ABABAB. Windows color (decimal): -10370306 or 16695905. OLE color: 16695905.

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

Color convert

RGB 97 194 254 -
CMYK 0.62 0.24 0 0.00
HSL 202.93º 0.99% 0.69% -
HSV(B) 202.93º 0.62% 1% -
XYZ 42.11 48.28 100.87 -
YUV 171.84 174.36 74.62 -
System Red Green Blue C M Y K H S L
Decimal 97 194 254 0.62 0.24 0 0.00 202.93 0.99 0.69
Hex 61 C2 FE 3E 18 0 0 CB 63 45
Octal 141 302 376 76 30 0 0 313 143 105
Binary 1100001 11000010 11111110 111110 11000 0 0 11001011 1100011 1000101

Color Harmonies of #61C2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C2FE

Black with #61C2FE

Text Example


Text Example

White with #61C2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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