Html Css Color HEX #51C8FD Maya Blue

📋 copy color: '#51C8FD'

red 81 ◦ green 200 ◦ blue 253

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

Shades of Maya Blue #51C8FD

Tints of Maya Blue #51C8FD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.45%

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

R = 15.17%
G = 37.45%
B = 47.38%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#51C8FD (or 0x51C8FD) is known color: Maya Blue. HEX triplet: 51, C8 and FD. RGB value is (81,200,253). Sum of RGB (Red+Green+Blue) = 81+200+253=534 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.17% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #51C8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C8FD is #AE3702. Grayscale: #AAAAAA. Windows color (decimal): -11417347 or 16631889. OLE color: 16631889.

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

Color convert

RGB 81 200 253 -
CMYK 0.68 0.21 0 0.01
HSL 198.49º 0.98% 0.65% -
HSV(B) 198.49º 0.68% 0.99% -
XYZ 41.78 50.15 100.41 -
YUV 170.46 174.58 64.19 -
System Red Green Blue C M Y K H S L
Decimal 81 200 253 0.68 0.21 0 0.01 198.49 0.98 0.65
Hex 51 C8 FD 44 15 0 1 C6 62 41
Octal 121 310 375 104 25 0 1 306 142 101
Binary 1010001 11001000 11111101 1000100 10101 0 1 11000110 1100010 1000001

Color Harmonies of #51C8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C8FD

Black with #51C8FD

Text Example


Text Example

White with #51C8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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