Html Css Color HEX #51CBFE Maya Blue

📋 copy color: '#51CBFE'

red 81 ◦ green 203 ◦ blue 254

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

Shades of Maya Blue #51CBFE

Tints of Maya Blue #51CBFE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.73%

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

R = 15.06%
G = 37.73%
B = 47.21%

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

#51CBFE (or 0x51CBFE) is known color: Maya Blue. HEX triplet: 51, CB and FE. RGB value is (81,203,254). Sum of RGB (Red+Green+Blue) = 81+203+254=538 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.06% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #51CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51CBFE is #AE3401. Grayscale: #ACACAC. Windows color (decimal): -11416578 or 16698193. OLE color: 16698193.

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

Color convert

RGB 81 203 254 -
CMYK 0.68 0.20 0 0.00
HSL 197.69º 0.99% 0.66% -
HSV(B) 197.69º 0.68% 1% -
XYZ 42.64 51.62 101.48 -
YUV 172.34 174.08 62.85 -
System Red Green Blue C M Y K H S L
Decimal 81 203 254 0.68 0.20 0 0.00 197.69 0.99 0.66
Hex 51 CB FE 44 14 0 0 C6 63 42
Octal 121 313 376 104 24 0 0 306 143 102
Binary 1010001 11001011 11111110 1000100 10100 0 0 11000110 1100011 1000010

Color Harmonies of #51CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CBFE

Black with #51CBFE

Text Example


Text Example

White with #51CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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