#51AFDE

Color #51AFDE Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #51AFDE

Tints of Malibu #51AFDE

Color information

#51AFDE (or 0x51AFDE) is unknown color: approx Malibu. HEX triplet: 51, AF and DE. RGB value is (81,175,222). Sum of RGB (Red+Green+Blue) = 81+175+222=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #51AFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AFDE is #AE5021. Grayscale: #979797. Windows color (decimal): -11423778 or 14593873. OLE color: 14593873.

HSL color Cylindrical-coordinate representation of color #51AFDE: hue angle of 200º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51AFDE is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB81175222-
CMYK0.640.2100.13
HSL200º68.12%59.41%-
HSV(B)200º63.51%87.06%-
XYZ31.9137.6874.7-
YUV152.25167.3677.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.95%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=16.95%
G=36.61%
B=46.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811752220.640.2100.1320068.1259.41
Hex51AFDE40150Dc8443b
Octal1212573361002501531010473
Binary1010001101011111101111010000001010101101110010001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,175,222); }

 H1.HeaderClassName
 {
   color: #51AFDE;
 }
 .AnyTagClassName
 {
   color: #51AFDE;
 }
</style>
background-color css

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

 a { background-color: rgb(81,175,222); }

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

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

 span { border-color: rgb(81,175,222); }

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