Html Css Color HEX #51C0FD Maya Blue

📋 copy color: '#51C0FD'

red 81 ◦ green 192 ◦ blue 253

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

Shades of Maya Blue #51C0FD

Tints of Maya Blue #51C0FD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.5%

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 15.4%
G = 36.5%
B = 48.1%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#51C0FD (or 0x51C0FD) is known color: Maya Blue. HEX triplet: 51, C0 and FD. RGB value is (81,192,253). Sum of RGB (Red+Green+Blue) = 81+192+253=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #51C0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C0FD is #AE3F02. Grayscale: #A5A5A5. Windows color (decimal): -11419395 or 16629841. OLE color: 16629841.

HSL color Cylindrical-coordinate representation of color #51C0FD: hue angle of 201.28º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51C0FD is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 192 253 -
CMYK 0.68 0.24 0 0.01
HSL 201.28º 0.98% 0.65% -
HSV(B) 201.28º 0.68% 0.99% -
XYZ 39.97 46.54 99.8 -
YUV 165.77 177.23 67.54 -
System Red Green Blue C M Y K H S L
Decimal 81 192 253 0.68 0.24 0 0.01 201.28 0.98 0.65
Hex 51 C0 FD 44 18 0 1 C9 62 41
Octal 121 300 375 104 30 0 1 311 142 101
Binary 1010001 11000000 11111101 1000100 11000 0 1 11001001 1100010 1000001

Color Harmonies of #51C0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C0FD

Black with #51C0FD

Text Example


Text Example

White with #51C0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,192,253); }

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

background-color css

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

 a { background-color: rgb(81,192,253); }

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

border-color css

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

 span { border-color: rgb(81,192,253); }

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