Html Css Color HEX #51CCFE Maya Blue

📋 copy color: '#51CCFE'

red 81 ◦ green 204 ◦ blue 254

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

Shades of Maya Blue #51CCFE

Tints of Maya Blue #51CCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.85%

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

R = 15.03%
G = 37.85%
B = 47.12%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#51CCFE (or 0x51CCFE) is known color: Maya Blue. HEX triplet: 51, CC and FE. RGB value is (81,204,254). Sum of RGB (Red+Green+Blue) = 81+204+254=539 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.03% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #51CCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51CCFE is #AE3301. Grayscale: #ACACAC. Windows color (decimal): -11416322 or 16698449. OLE color: 16698449.

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

Color convert

RGB 81 204 254 -
CMYK 0.68 0.20 0 0.00
HSL 197.34º 0.99% 0.66% -
HSV(B) 197.34º 0.68% 1% -
XYZ 42.88 52.09 101.56 -
YUV 172.92 173.75 62.43 -
System Red Green Blue C M Y K H S L
Decimal 81 204 254 0.68 0.20 0 0.00 197.34 0.99 0.66
Hex 51 CC FE 44 14 0 0 C5 63 42
Octal 121 314 376 104 24 0 0 305 143 102
Binary 1010001 11001100 11111110 1000100 10100 0 0 11000101 1100011 1000010

Color Harmonies of #51CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CCFE

Black with #51CCFE

Text Example


Text Example

White with #51CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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