Html Css Color HEX #51BDFF Maya Blue

📋 copy color: '#51BDFF'

red 81 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #51BDFF

Tints of Maya Blue #51BDFF

RGB

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

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

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

R = 15.43%
G = 36%
B = 48.57%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51BDFF (or 0x51BDFF) is known color: Maya Blue. HEX triplet: 51, BD and FF. RGB value is (81,189,255). Sum of RGB (Red+Green+Blue) = 81+189+255=525 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.43% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #51BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BDFF is #AE4200. Grayscale: #A3A3A3. Windows color (decimal): -11420161 or 16760145. OLE color: 16760145.

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

Color convert

RGB 81 189 255 -
CMYK 0.68 0.26 0 0
HSL 202.76º 1% 0.66% -
HSV(B) 202.76º 0.68% 1% -
XYZ 39.64 45.36 101.27 -
YUV 164.23 179.22 68.63 -
System Red Green Blue C M Y K H S L
Decimal 81 189 255 0.68 0.26 0 0 202.76 1 0.66
Hex 51 BD FF 44 1A 0 0 CB 64 42
Octal 121 275 377 104 32 0 0 313 144 102
Binary 1010001 10111101 11111111 1000100 11010 0 0 11001011 1100100 1000010

Color Harmonies of #51BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BDFF

Black with #51BDFF

Text Example


Text Example

White with #51BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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