Html Css Color HEX #51BAFD Maya Blue

📋 copy color: '#51BAFD'

red 81 ◦ green 186 ◦ blue 253

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

Shades of Maya Blue #51BAFD

Tints of Maya Blue #51BAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

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

R = 15.58%
G = 35.77%
B = 48.65%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#51BAFD (or 0x51BAFD) is known color: Maya Blue. HEX triplet: 51, BA and FD. RGB value is (81,186,253). Sum of RGB (Red+Green+Blue) = 81+186+253=520 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.58% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #51BAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BAFD is #AE4502. Grayscale: #A1A1A1. Windows color (decimal): -11420931 or 16628305. OLE color: 16628305.

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

Color convert

RGB 81 186 253 -
CMYK 0.68 0.26 0 0.01
HSL 203.37º 0.98% 0.65% -
HSV(B) 203.37º 0.68% 0.99% -
XYZ 38.68 43.96 99.37 -
YUV 162.24 179.21 70.05 -
System Red Green Blue C M Y K H S L
Decimal 81 186 253 0.68 0.26 0 0.01 203.37 0.98 0.65
Hex 51 BA FD 44 1A 0 1 CB 62 41
Octal 121 272 375 104 32 0 1 313 142 101
Binary 1010001 10111010 11111101 1000100 11010 0 1 11001011 1100010 1000001

Color Harmonies of #51BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BAFD

Black with #51BAFD

Text Example


Text Example

White with #51BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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