Html Css Color HEX #51B3FF Maya Blue

📋 copy color: '#51B3FF'

red 81 ◦ green 179 ◦ blue 255

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

Shades of Maya Blue #51B3FF

Tints of Maya Blue #51B3FF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.76%

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

R = 15.73%
G = 34.76%
B = 49.51%

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

#51B3FF (or 0x51B3FF) is known color: Maya Blue. HEX triplet: 51, B3 and FF. RGB value is (81,179,255). Sum of RGB (Red+Green+Blue) = 81+179+255=515 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.73% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #51B3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51B3FF is #AE4C00. Grayscale: #9D9D9D. Windows color (decimal): -11422721 or 16757585. OLE color: 16757585.

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

Color convert

RGB 81 179 255 -
CMYK 0.68 0.30 0 0
HSL 206.21º 1% 0.66% -
HSV(B) 206.21º 0.68% 1% -
XYZ 37.56 41.21 100.58 -
YUV 158.36 182.53 72.82 -
System Red Green Blue C M Y K H S L
Decimal 81 179 255 0.68 0.30 0 0 206.21 1 0.66
Hex 51 B3 FF 44 1E 0 0 CE 64 42
Octal 121 263 377 104 36 0 0 316 144 102
Binary 1010001 10110011 11111111 1000100 11110 0 0 11001110 1100100 1000010

Color Harmonies of #51B3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B3FF

Black with #51B3FF

Text Example


Text Example

White with #51B3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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