Html Css Color HEX #51CBFF Maya Blue

📋 copy color: '#51CBFF'

red 81 ◦ green 203 ◦ blue 255

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

Shades of Maya Blue #51CBFF

Tints of Maya Blue #51CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.66%

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

R = 15.03%
G = 37.66%
B = 47.31%

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

#51CBFF (or 0x51CBFF) is known color: Maya Blue. HEX triplet: 51, CB and FF. RGB value is (81,203,255). Sum of RGB (Red+Green+Blue) = 81+203+255=539 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.03% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #51CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51CBFF is #AE3400. Grayscale: #ACACAC. Windows color (decimal): -11416577 or 16763729. OLE color: 16763729.

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

Color convert

RGB 81 203 255 -
CMYK 0.68 0.20 0 0
HSL 197.93º 1% 0.66% -
HSV(B) 197.93º 0.68% 1% -
XYZ 42.8 51.68 102.33 -
YUV 172.45 174.58 62.77 -
System Red Green Blue C M Y K H S L
Decimal 81 203 255 0.68 0.20 0 0 197.93 1 0.66
Hex 51 CB FF 44 14 0 0 C6 64 42
Octal 121 313 377 104 24 0 0 306 144 102
Binary 1010001 11001011 11111111 1000100 10100 0 0 11000110 1100100 1000010

Color Harmonies of #51CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CBFF

Black with #51CBFF

Text Example


Text Example

White with #51CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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