Html Css Color HEX #51BFFE Maya Blue

📋 copy color: '#51BFFE'

red 81 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #51BFFE

Tints of Maya Blue #51BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 36.31%

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

R = 15.4%
G = 36.31%
B = 48.29%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#51BFFE (or 0x51BFFE) is known color: Maya Blue. HEX triplet: 51, BF and FE. RGB value is (81,191,254). Sum of RGB (Red+Green+Blue) = 81+191+254=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #51BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BFFE is #AE4001. Grayscale: #A4A4A4. Windows color (decimal): -11419650 or 16695121. OLE color: 16695121.

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

Color convert

RGB 81 191 254 -
CMYK 0.68 0.25 0 0.00
HSL 201.85º 0.99% 0.66% -
HSV(B) 201.85º 0.68% 1% -
XYZ 39.91 46.17 100.57 -
YUV 165.29 178.06 67.88 -
System Red Green Blue C M Y K H S L
Decimal 81 191 254 0.68 0.25 0 0.00 201.85 0.99 0.66
Hex 51 BF FE 44 19 0 0 CA 63 42
Octal 121 277 376 104 31 0 0 312 143 102
Binary 1010001 10111111 11111110 1000100 11001 0 0 11001010 1100011 1000010

Color Harmonies of #51BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BFFE

Black with #51BFFE

Text Example


Text Example

White with #51BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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