Html Css Color HEX #51B8FF Maya Blue

📋 copy color: '#51B8FF'

red 81 ◦ green 184 ◦ blue 255

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

Shades of Maya Blue #51B8FF

Tints of Maya Blue #51B8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.38%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 15.58%
G = 35.38%
B = 49.04%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51B8FF (or 0x51B8FF) is known color: Maya Blue. HEX triplet: 51, B8 and FF. RGB value is (81,184,255). Sum of RGB (Red+Green+Blue) = 81+184+255=520 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.58% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #51B8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51B8FF is #AE4700. Grayscale: #A0A0A0. Windows color (decimal): -11421441 or 16758865. OLE color: 16758865.

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

Color convert

RGB 81 184 255 -
CMYK 0.68 0.28 0 0
HSL 204.48º 1% 0.66% -
HSV(B) 204.48º 0.68% 1% -
XYZ 38.58 43.25 100.92 -
YUV 161.3 180.88 70.73 -
System Red Green Blue C M Y K H S L
Decimal 81 184 255 0.68 0.28 0 0 204.48 1 0.66
Hex 51 B8 FF 44 1C 0 0 CC 64 42
Octal 121 270 377 104 34 0 0 314 144 102
Binary 1010001 10111000 11111111 1000100 11100 0 0 11001100 1100100 1000010

Color Harmonies of #51B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B8FF

Black with #51B8FF

Text Example


Text Example

White with #51B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,184,255); }

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

background-color css

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

 a { background-color: rgb(81,184,255); }

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

border-color css

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

 span { border-color: rgb(81,184,255); }

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