Html Css Color HEX #57ADE0 Malibu

📋 copy color: '#57ADE0'

red 87 ◦ green 173 ◦ blue 224

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

Shades of Malibu #57ADE0

Tints of Malibu #57ADE0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.74%

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 17.98%
G = 35.74%
B = 46.28%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#57ADE0 (or 0x57ADE0) is known color: Malibu. HEX triplet: 57, AD and E0. RGB value is (87,173,224). Sum of RGB (Red+Green+Blue) = 87+173+224=484 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.98% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #57ADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADE0 is #A8521F. Grayscale: #989898. Windows color (decimal): -11031072 or 14724439. OLE color: 14724439.

HSL color Cylindrical-coordinate representation of color #57ADE0: hue angle of 202.34º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57ADE0 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 173 224 -
CMYK 0.61 0.23 0 0.12
HSL 202.34º 0.69% 0.61% -
HSV(B) 202.34º 0.61% 0.88% -
XYZ 32.33 37.3 76.02 -
YUV 153.1 168.01 80.85 -
System Red Green Blue C M Y K H S L
Decimal 87 173 224 0.61 0.23 0 0.12 202.34 0.69 0.61
Hex 57 AD E0 3D 17 0 C CA 45 3D
Octal 127 255 340 75 27 0 14 312 105 75
Binary 1010111 10101101 11100000 111101 10111 0 1100 11001010 1000101 111101

Color Harmonies of #57ADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ADE0

Black with #57ADE0

Text Example


Text Example

White with #57ADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,173,224); }

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

background-color css

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

 a { background-color: rgb(87,173,224); }

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

border-color css

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

 span { border-color: rgb(87,173,224); }

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