Html Css Color HEX #57AEDB Malibu

📋 copy color: '#57AEDB'

red 87 ◦ green 174 ◦ blue 219

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

Shades of Malibu #57AEDB

Tints of Malibu #57AEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 18.13%
G = 36.25%
B = 45.63%

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

#57AEDB (or 0x57AEDB) is known color: Malibu. HEX triplet: 57, AE and DB. RGB value is (87,174,219). Sum of RGB (Red+Green+Blue) = 87+174+219=480 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.12% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #57AEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AEDB is #A85124. Grayscale: #989898. Windows color (decimal): -11030821 or 14397015. OLE color: 14397015.

HSL color Cylindrical-coordinate representation of color #57AEDB: hue angle of 200.45º degrees, saturation: 0.65, 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 #57AEDB is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 174 219 -
CMYK 0.60 0.21 0 0.14
HSL 200.45º 0.65% 0.6% -
HSV(B) 200.45º 0.6% 0.86% -
XYZ 31.85 37.41 72.56 -
YUV 153.12 165.18 80.84 -
System Red Green Blue C M Y K H S L
Decimal 87 174 219 0.60 0.21 0 0.14 200.45 0.65 0.6
Hex 57 AE DB 3C 15 0 E C8 41 3C
Octal 127 256 333 74 25 0 16 310 101 74
Binary 1010111 10101110 11011011 111100 10101 0 1110 11001000 1000001 111100

Color Harmonies of #57AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AEDB

Black with #57AEDB

Text Example


Text Example

White with #57AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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