Html Css Color HEX #57ADDF Malibu

📋 copy color: '#57ADDF'

red 87 ◦ green 173 ◦ blue 223

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

Shades of Malibu #57ADDF

Tints of Malibu #57ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 18.01%
G = 35.82%
B = 46.17%

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

#57ADDF (or 0x57ADDF) is known color: Malibu. HEX triplet: 57, AD and DF. RGB value is (87,173,223). Sum of RGB (Red+Green+Blue) = 87+173+223=483 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.01% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #57ADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADDF is #A85220. Grayscale: #989898. Windows color (decimal): -11031073 or 14658903. OLE color: 14658903.

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

Color convert

RGB 87 173 223 -
CMYK 0.61 0.22 0 0.13
HSL 202.06º 0.68% 0.61% -
HSV(B) 202.06º 0.61% 0.87% -
XYZ 32.19 37.24 75.3 -
YUV 152.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 87 173 223 0.61 0.22 0 0.13 202.06 0.68 0.61
Hex 57 AD DF 3D 16 0 D CA 44 3D
Octal 127 255 337 75 26 0 15 312 104 75
Binary 1010111 10101101 11011111 111101 10110 0 1101 11001010 1000100 111101

Color Harmonies of #57ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ADDF

Black with #57ADDF

Text Example


Text Example

White with #57ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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