Html Css Color HEX #57ADDD Malibu

📋 copy color: '#57ADDD'

red 87 ◦ green 173 ◦ blue 221

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

Shades of Malibu #57ADDD

Tints of Malibu #57ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 18.09%
G = 35.97%
B = 45.95%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#57ADDD (or 0x57ADDD) is known color: Malibu. HEX triplet: 57, AD and DD. RGB value is (87,173,221). Sum of RGB (Red+Green+Blue) = 87+173+221=481 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.09% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #57ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADDD is #A85222. Grayscale: #989898. Windows color (decimal): -11031075 or 14527831. OLE color: 14527831.

HSL color Cylindrical-coordinate representation of color #57ADDD: hue angle of 201.49º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57ADDD is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 173 221 -
CMYK 0.61 0.22 0 0.13
HSL 201.49º 0.66% 0.6% -
HSV(B) 201.49º 0.61% 0.87% -
XYZ 31.93 37.13 73.89 -
YUV 152.76 166.51 81.1 -
System Red Green Blue C M Y K H S L
Decimal 87 173 221 0.61 0.22 0 0.13 201.49 0.66 0.6
Hex 57 AD DD 3D 16 0 D C9 42 3C
Octal 127 255 335 75 26 0 15 311 102 74
Binary 1010111 10101101 11011101 111101 10110 0 1101 11001001 1000010 111100

Color Harmonies of #57ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ADDD

Black with #57ADDD

Text Example


Text Example

White with #57ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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