Html Css Color HEX #51CDFF Maya Blue

📋 copy color: '#51CDFF'

red 81 ◦ green 205 ◦ blue 255

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

Shades of Maya Blue #51CDFF

Tints of Maya Blue #51CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.89%

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

R = 14.97%
G = 37.89%
B = 47.13%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51CDFF (or 0x51CDFF) is known color: Maya Blue. HEX triplet: 51, CD and FF. RGB value is (81,205,255). Sum of RGB (Red+Green+Blue) = 81+205+255=541 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.97% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #51CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51CDFF is #AE3200. Grayscale: #ADADAD. Windows color (decimal): -11416065 or 16764241. OLE color: 16764241.

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

Color convert

RGB 81 205 255 -
CMYK 0.68 0.20 0 0
HSL 197.24º 1% 0.66% -
HSV(B) 197.24º 0.68% 1% -
XYZ 43.27 52.63 102.49 -
YUV 173.62 173.92 61.93 -
System Red Green Blue C M Y K H S L
Decimal 81 205 255 0.68 0.20 0 0 197.24 1 0.66
Hex 51 CD FF 44 14 0 0 C5 64 42
Octal 121 315 377 104 24 0 0 305 144 102
Binary 1010001 11001101 11111111 1000100 10100 0 0 11000101 1100100 1000010

Color Harmonies of #51CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CDFF

Black with #51CDFF

Text Example


Text Example

White with #51CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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