Html Css Color HEX #51D0FF Maya Blue

📋 copy color: '#51D0FF'

red 81 ◦ green 208 ◦ blue 255

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

Shades of Maya Blue #51D0FF

Tints of Maya Blue #51D0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.24%

 BLUE value IS 255 (100% from 255) = 46.88%

R = 14.89%
G = 38.24%
B = 46.88%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51D0FF (or 0x51D0FF) is known color: Maya Blue. HEX triplet: 51, D0 and FF. RGB value is (81,208,255). Sum of RGB (Red+Green+Blue) = 81+208+255=544 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.89% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #51D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D0FF is #AE2F00. Grayscale: #AFAFAF. Windows color (decimal): -11415297 or 16765009. OLE color: 16765009.

HSL color Cylindrical-coordinate representation of color #51D0FF: hue angle of 196.21º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51D0FF is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 208 255 -
CMYK 0.68 0.18 0 0
HSL 196.21º 1% 0.66% -
HSV(B) 196.21º 0.68% 1% -
XYZ 44 54.08 102.73 -
YUV 175.39 172.92 60.68 -
System Red Green Blue C M Y K H S L
Decimal 81 208 255 0.68 0.18 0 0 196.21 1 0.66
Hex 51 D0 FF 44 12 0 0 C4 64 42
Octal 121 320 377 104 22 0 0 304 144 102
Binary 1010001 11010000 11111111 1000100 10010 0 0 11000100 1100100 1000010

Color Harmonies of #51D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D0FF

Black with #51D0FF

Text Example


Text Example

White with #51D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,208,255); }

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

background-color css

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

 a { background-color: rgb(81,208,255); }

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

border-color css

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

 span { border-color: rgb(81,208,255); }

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