Html Css Color HEX #51B2FF Maya Blue

📋 copy color: '#51B2FF'

red 81 ◦ green 178 ◦ blue 255

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

Shades of Maya Blue #51B2FF

Tints of Maya Blue #51B2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.63%

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

R = 15.76%
G = 34.63%
B = 49.61%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51B2FF (or 0x51B2FF) is known color: Maya Blue. HEX triplet: 51, B2 and FF. RGB value is (81,178,255). Sum of RGB (Red+Green+Blue) = 81+178+255=514 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.76% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #51B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51B2FF is #AE4D00. Grayscale: #9D9D9D. Windows color (decimal): -11422977 or 16757329. OLE color: 16757329.

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

Color convert

RGB 81 178 255 -
CMYK 0.68 0.30 0 0
HSL 206.55º 1% 0.66% -
HSV(B) 206.55º 0.68% 1% -
XYZ 37.36 40.81 100.52 -
YUV 157.78 182.86 73.24 -
System Red Green Blue C M Y K H S L
Decimal 81 178 255 0.68 0.30 0 0 206.55 1 0.66
Hex 51 B2 FF 44 1E 0 0 CF 64 42
Octal 121 262 377 104 36 0 0 317 144 102
Binary 1010001 10110010 11111111 1000100 11110 0 0 11001111 1100100 1000010

Color Harmonies of #51B2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B2FF

Black with #51B2FF

Text Example


Text Example

White with #51B2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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