Html Css Color HEX #51A8EF Malibu

📋 copy color: '#51A8EF'

red 81 ◦ green 168 ◦ blue 239

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

Shades of Malibu #51A8EF

Tints of Malibu #51A8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.43%

 BLUE value IS 239 (93.75% from 255) = 48.98%

R = 16.6%
G = 34.43%
B = 48.98%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#51A8EF (or 0x51A8EF) is known color: Malibu. HEX triplet: 51, A8 and EF. RGB value is (81,168,239). Sum of RGB (Red+Green+Blue) = 81+168+239=488 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.60% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #51A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A8EF is #AE5710. Grayscale: #959595. Windows color (decimal): -11425553 or 15706193. OLE color: 15706193.

HSL color Cylindrical-coordinate representation of color #51A8EF: hue angle of 206.96º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51A8EF is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 168 239 -
CMYK 0.66 0.30 0 0.06
HSL 206.96º 0.83% 0.63% -
HSV(B) 206.96º 0.66% 0.94% -
XYZ 32.98 35.99 86.87 -
YUV 150.08 178.18 78.73 -
System Red Green Blue C M Y K H S L
Decimal 81 168 239 0.66 0.30 0 0.06 206.96 0.83 0.63
Hex 51 A8 EF 42 1E 0 6 CF 53 3F
Octal 121 250 357 102 36 0 6 317 123 77
Binary 1010001 10101000 11101111 1000010 11110 0 110 11001111 1010011 111111

Color Harmonies of #51A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A8EF

Black with #51A8EF

Text Example


Text Example

White with #51A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,168,239); }

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

background-color css

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

 a { background-color: rgb(81,168,239); }

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

border-color css

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

 span { border-color: rgb(81,168,239); }

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