Html Css Color HEX #57AFDD Malibu

📋 copy color: '#57AFDD'

red 87 ◦ green 175 ◦ blue 221

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

Shades of Malibu #57AFDD

Tints of Malibu #57AFDD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.23%

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

R = 18.01%
G = 36.23%
B = 45.76%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#57AFDD (or 0x57AFDD) is known color: Malibu. HEX triplet: 57, AF and DD. RGB value is (87,175,221). Sum of RGB (Red+Green+Blue) = 87+175+221=483 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.01% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #57AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFDD is #A85022. Grayscale: #999999. Windows color (decimal): -11030563 or 14528343. OLE color: 14528343.

HSL color Cylindrical-coordinate representation of color #57AFDD: hue angle of 200.6º 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 #57AFDD is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 175 221 -
CMYK 0.61 0.21 0 0.13
HSL 200.6º 0.66% 0.6% -
HSV(B) 200.6º 0.61% 0.87% -
XYZ 32.31 37.91 74.02 -
YUV 153.93 165.85 80.26 -
System Red Green Blue C M Y K H S L
Decimal 87 175 221 0.61 0.21 0 0.13 200.6 0.66 0.6
Hex 57 AF DD 3D 15 0 D C9 42 3C
Octal 127 257 335 75 25 0 15 311 102 74
Binary 1010111 10101111 11011101 111101 10101 0 1101 11001001 1000010 111100

Color Harmonies of #57AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AFDD

Black with #57AFDD

Text Example


Text Example

White with #57AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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