Html Css Color HEX #51BAFE Maya Blue

📋 copy color: '#51BAFE'

red 81 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #51BAFE

Tints of Maya Blue #51BAFE

RGB

 RED value IS 81 (32.03% from 255) = 15.55%

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

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

R = 15.55%
G = 35.7%
B = 48.75%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#51BAFE (or 0x51BAFE) is known color: Maya Blue. HEX triplet: 51, BA and FE. RGB value is (81,186,254). Sum of RGB (Red+Green+Blue) = 81+186+254=521 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.55% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #51BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BAFE is #AE4501. Grayscale: #A1A1A1. Windows color (decimal): -11420930 or 16693841. OLE color: 16693841.

HSL color Cylindrical-coordinate representation of color #51BAFE: hue angle of 203.58º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51BAFE is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 186 254 -
CMYK 0.68 0.27 0 0.00
HSL 203.58º 0.99% 0.66% -
HSV(B) 203.58º 0.68% 1% -
XYZ 38.84 44.02 100.22 -
YUV 162.36 179.71 69.97 -
System Red Green Blue C M Y K H S L
Decimal 81 186 254 0.68 0.27 0 0.00 203.58 0.99 0.66
Hex 51 BA FE 44 1B 0 0 CC 63 42
Octal 121 272 376 104 33 0 0 314 143 102
Binary 1010001 10111010 11111110 1000100 11011 0 0 11001100 1100011 1000010

Color Harmonies of #51BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BAFE

Black with #51BAFE

Text Example


Text Example

White with #51BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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