Html Css Color HEX #61BAFE Maya Blue

📋 copy color: '#61BAFE'

red 97 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #61BAFE

Tints of Maya Blue #61BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.64%

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

R = 18.06%
G = 34.64%
B = 47.3%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#61BAFE (or 0x61BAFE) is known color: Maya Blue. HEX triplet: 61, BA and FE. RGB value is (97,186,254). Sum of RGB (Red+Green+Blue) = 97+186+254=537 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.06% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #61BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BAFE is #9E4501. Grayscale: #A6A6A6. Windows color (decimal): -10372354 or 16693857. OLE color: 16693857.

HSL color Cylindrical-coordinate representation of color #61BAFE: hue angle of 205.99º 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 #61BAFE is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 97 186 254 -
CMYK 0.62 0.27 0 0.00
HSL 205.99º 0.99% 0.69% -
HSV(B) 205.99º 0.62% 1% -
XYZ 40.38 44.81 100.29 -
YUV 167.14 177.01 77.97 -
System Red Green Blue C M Y K H S L
Decimal 97 186 254 0.62 0.27 0 0.00 205.99 0.99 0.69
Hex 61 BA FE 3E 1B 0 0 CE 63 45
Octal 141 272 376 76 33 0 0 316 143 105
Binary 1100001 10111010 11111110 111110 11011 0 0 11001110 1100011 1000101

Color Harmonies of #61BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BAFE

Black with #61BAFE

Text Example


Text Example

White with #61BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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