Html Css Color HEX #51ACEA Malibu

📋 copy color: '#51ACEA'

red 81 ◦ green 172 ◦ blue 234

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

Shades of Malibu #51ACEA

Tints of Malibu #51ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 16.63%
G = 35.32%
B = 48.05%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#51ACEA (or 0x51ACEA) is known color: Malibu. HEX triplet: 51, AC and EA. RGB value is (81,172,234). Sum of RGB (Red+Green+Blue) = 81+172+234=487 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.63% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #51ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51ACEA is #AE5315. Grayscale: #979797. Windows color (decimal): -11424534 or 15379537. OLE color: 15379537.

HSL color Cylindrical-coordinate representation of color #51ACEA: hue angle of 204.31º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51ACEA is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 172 234 -
CMYK 0.65 0.26 0 0.08
HSL 204.31º 0.78% 0.62% -
HSV(B) 204.31º 0.65% 0.92% -
XYZ 33 37.19 83.28 -
YUV 151.86 174.35 77.46 -
System Red Green Blue C M Y K H S L
Decimal 81 172 234 0.65 0.26 0 0.08 204.31 0.78 0.62
Hex 51 AC EA 41 1A 0 8 CC 4E 3E
Octal 121 254 352 101 32 0 10 314 116 76
Binary 1010001 10101100 11101010 1000001 11010 0 1000 11001100 1001110 111110

Color Harmonies of #51ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ACEA

Black with #51ACEA

Text Example


Text Example

White with #51ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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