Html Css Color HEX #50ACEA Malibu

📋 copy color: '#50ACEA'

red 80 ◦ green 172 ◦ blue 234

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

Shades of Malibu #50ACEA

Tints of Malibu #50ACEA

RGB

 RED value IS 80 (31.64% from 255) = 16.46%

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

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

R = 16.46%
G = 35.39%
B = 48.15%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#50ACEA (or 0x50ACEA) is known color: Malibu. HEX triplet: 50, AC and EA. RGB value is (80,172,234). Sum of RGB (Red+Green+Blue) = 80+172+234=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #50ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ACEA is #AF5315. Grayscale: #979797. Windows color (decimal): -11490070 or 15379536. OLE color: 15379536.

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

Color convert

RGB 80 172 234 -
CMYK 0.66 0.26 0 0.08
HSL 204.16º 0.79% 0.62% -
HSV(B) 204.16º 0.66% 0.92% -
XYZ 32.91 37.15 83.28 -
YUV 151.56 174.52 76.96 -
System Red Green Blue C M Y K H S L
Decimal 80 172 234 0.66 0.26 0 0.08 204.16 0.79 0.62
Hex 50 AC EA 42 1A 0 8 CC 4F 3E
Octal 120 254 352 102 32 0 10 314 117 76
Binary 1010000 10101100 11101010 1000010 11010 0 1000 11001100 1001111 111110

Color Harmonies of #50ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACEA

Black with #50ACEA

Text Example


Text Example

White with #50ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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