Html Css Color HEX #51BDFE Maya Blue

📋 copy color: '#51BDFE'

red 81 ◦ green 189 ◦ blue 254

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

Shades of Maya Blue #51BDFE

Tints of Maya Blue #51BDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.07%

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

R = 15.46%
G = 36.07%
B = 48.47%

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

#51BDFE (or 0x51BDFE) is known color: Maya Blue. HEX triplet: 51, BD and FE. RGB value is (81,189,254). Sum of RGB (Red+Green+Blue) = 81+189+254=524 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.46% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #51BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BDFE is #AE4201. Grayscale: #A3A3A3. Windows color (decimal): -11420162 or 16694609. OLE color: 16694609.

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

Color convert

RGB 81 189 254 -
CMYK 0.68 0.26 0 0.00
HSL 202.54º 0.99% 0.66% -
HSV(B) 202.54º 0.68% 1% -
XYZ 39.48 45.3 100.43 -
YUV 164.12 178.72 68.71 -
System Red Green Blue C M Y K H S L
Decimal 81 189 254 0.68 0.26 0 0.00 202.54 0.99 0.66
Hex 51 BD FE 44 1A 0 0 CB 63 42
Octal 121 275 376 104 32 0 0 313 143 102
Binary 1010001 10111101 11111110 1000100 11010 0 0 11001011 1100011 1000010

Color Harmonies of #51BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BDFE

Black with #51BDFE

Text Example


Text Example

White with #51BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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