Html Css Color HEX #51BCFD Maya Blue

📋 copy color: '#51BCFD'

red 81 ◦ green 188 ◦ blue 253

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

Shades of Maya Blue #51BCFD

Tints of Maya Blue #51BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.02%

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

R = 15.52%
G = 36.02%
B = 48.47%

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

#51BCFD (or 0x51BCFD) is known color: Maya Blue. HEX triplet: 51, BC and FD. RGB value is (81,188,253). Sum of RGB (Red+Green+Blue) = 81+188+253=522 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.52% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #51BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BCFD is #AE4302. Grayscale: #A3A3A3. Windows color (decimal): -11420419 or 16628817. OLE color: 16628817.

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

Color convert

RGB 81 188 253 -
CMYK 0.68 0.26 0 0.01
HSL 202.67º 0.98% 0.65% -
HSV(B) 202.67º 0.68% 0.99% -
XYZ 39.11 44.81 99.52 -
YUV 163.42 178.55 69.21 -
System Red Green Blue C M Y K H S L
Decimal 81 188 253 0.68 0.26 0 0.01 202.67 0.98 0.65
Hex 51 BC FD 44 1A 0 1 CB 62 41
Octal 121 274 375 104 32 0 1 313 142 101
Binary 1010001 10111100 11111101 1000100 11010 0 1 11001011 1100010 1000001

Color Harmonies of #51BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BCFD

Black with #51BCFD

Text Example


Text Example

White with #51BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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