Html Css Color HEX #51ACF0 Malibu

📋 copy color: '#51ACF0'

red 81 ◦ green 172 ◦ blue 240

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

Shades of Malibu #51ACF0

Tints of Malibu #51ACF0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.89%

 BLUE value IS 240 (94.14% from 255) = 48.68%

R = 16.43%
G = 34.89%
B = 48.68%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#51ACF0 (or 0x51ACF0) is known color: Malibu. HEX triplet: 51, AC and F0. RGB value is (81,172,240). Sum of RGB (Red+Green+Blue) = 81+172+240=493 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.43% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #51ACF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51ACF0 is #AE530F. Grayscale: #989898. Windows color (decimal): -11424528 or 15772753. OLE color: 15772753.

HSL color Cylindrical-coordinate representation of color #51ACF0: hue angle of 205.66º degrees, saturation: 0.84, 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 #51ACF0 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 172 240 -
CMYK 0.66 0.28 0 0.06
HSL 205.66º 0.84% 0.63% -
HSV(B) 205.66º 0.66% 0.94% -
XYZ 33.87 37.55 87.9 -
YUV 152.54 177.35 76.97 -
System Red Green Blue C M Y K H S L
Decimal 81 172 240 0.66 0.28 0 0.06 205.66 0.84 0.63
Hex 51 AC F0 42 1C 0 6 CE 54 3F
Octal 121 254 360 102 34 0 6 316 124 77
Binary 1010001 10101100 11110000 1000010 11100 0 110 11001110 1010100 111111

Color Harmonies of #51ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ACF0

Black with #51ACF0

Text Example


Text Example

White with #51ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,172,240); }

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

background-color css

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

 a { background-color: rgb(81,172,240); }

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

border-color css

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

 span { border-color: rgb(81,172,240); }

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