Html Css Color HEX #57AEDC Malibu

📋 copy color: '#57AEDC'

red 87 ◦ green 174 ◦ blue 220

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

Shades of Malibu #57AEDC

Tints of Malibu #57AEDC

RGB

 RED value IS 87 (34.38% from 255) = 18.09%

 GREEN value IS 174 (68.36% from 255) = 36.17%

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 18.09%
G = 36.17%
B = 45.74%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#57AEDC (or 0x57AEDC) is known color: Malibu. HEX triplet: 57, AE and DC. RGB value is (87,174,220). Sum of RGB (Red+Green+Blue) = 87+174+220=481 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.09% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #57AEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AEDC is #A85123. Grayscale: #989898. Windows color (decimal): -11030820 or 14462551. OLE color: 14462551.

HSL color Cylindrical-coordinate representation of color #57AEDC: hue angle of 200.75º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57AEDC is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 174 220 -
CMYK 0.60 0.21 0 0.14
HSL 200.75º 0.66% 0.6% -
HSV(B) 200.75º 0.6% 0.86% -
XYZ 31.98 37.47 73.26 -
YUV 153.23 165.68 80.76 -
System Red Green Blue C M Y K H S L
Decimal 87 174 220 0.60 0.21 0 0.14 200.75 0.66 0.6
Hex 57 AE DC 3C 15 0 E C9 42 3C
Octal 127 256 334 74 25 0 16 311 102 74
Binary 1010111 10101110 11011100 111100 10101 0 1110 11001001 1000010 111100

Color Harmonies of #57AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AEDC

Black with #57AEDC

Text Example


Text Example

White with #57AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57AEDC; }

 p { color: rgb(87,174,220); }

 H1.HeaderClassName
 {
   color: #57AEDC;
 }
 .AnyTagClassName
 {
   color: #57AEDC;
 }
</style>

background-color css

<style>
 a { background-color: #57AEDC; }

 a { background-color: rgb(87,174,220); }

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

border-color css

<style>
 span { border-color: #57AEDC; }

 span { border-color: rgb(87,174,220); }

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