Html Css Color HEX #51BCFE Maya Blue

📋 copy color: '#51BCFE'

red 81 ◦ green 188 ◦ blue 254

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

Shades of Maya Blue #51BCFE

Tints of Maya Blue #51BCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.95%

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

R = 15.49%
G = 35.95%
B = 48.57%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#51BCFE (or 0x51BCFE) is known color: Maya Blue. HEX triplet: 51, BC and FE. RGB value is (81,188,254). Sum of RGB (Red+Green+Blue) = 81+188+254=523 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.49% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #51BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BCFE is #AE4301. Grayscale: #A3A3A3. Windows color (decimal): -11420418 or 16694353. OLE color: 16694353.

HSL color Cylindrical-coordinate representation of color #51BCFE: hue angle of 202.89º 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 #51BCFE is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 188 254 -
CMYK 0.68 0.26 0 0.00
HSL 202.89º 0.99% 0.66% -
HSV(B) 202.89º 0.68% 1% -
XYZ 39.27 44.87 100.36 -
YUV 163.53 179.05 69.13 -
System Red Green Blue C M Y K H S L
Decimal 81 188 254 0.68 0.26 0 0.00 202.89 0.99 0.66
Hex 51 BC FE 44 1A 0 0 CB 63 42
Octal 121 274 376 104 32 0 0 313 143 102
Binary 1010001 10111100 11111110 1000100 11010 0 0 11001011 1100011 1000010

Color Harmonies of #51BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BCFE

Black with #51BCFE

Text Example


Text Example

White with #51BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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