Html Css Color HEX #51C1FE Maya Blue

📋 copy color: '#51C1FE'

red 81 ◦ green 193 ◦ blue 254

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

Shades of Maya Blue #51C1FE

Tints of Maya Blue #51C1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.55%

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

R = 15.34%
G = 36.55%
B = 48.11%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#51C1FE (or 0x51C1FE) is known color: Maya Blue. HEX triplet: 51, C1 and FE. RGB value is (81,193,254). Sum of RGB (Red+Green+Blue) = 81+193+254=528 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.34% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #51C1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C1FE is #AE3E01. Grayscale: #A6A6A6. Windows color (decimal): -11419138 or 16695633. OLE color: 16695633.

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

Color convert

RGB 81 193 254 -
CMYK 0.68 0.24 0 0.00
HSL 201.16º 0.99% 0.66% -
HSV(B) 201.16º 0.68% 1% -
XYZ 40.35 47.05 100.72 -
YUV 166.47 177.39 67.04 -
System Red Green Blue C M Y K H S L
Decimal 81 193 254 0.68 0.24 0 0.00 201.16 0.99 0.66
Hex 51 C1 FE 44 18 0 0 C9 63 42
Octal 121 301 376 104 30 0 0 311 143 102
Binary 1010001 11000001 11111110 1000100 11000 0 0 11001001 1100011 1000010

Color Harmonies of #51C1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C1FE

Black with #51C1FE

Text Example


Text Example

White with #51C1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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