Html Css Color HEX #57AFDA Malibu

📋 copy color: '#57AFDA'

red 87 ◦ green 175 ◦ blue 218

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

Shades of Malibu #57AFDA

Tints of Malibu #57AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 18.13%
G = 36.46%
B = 45.42%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#57AFDA (or 0x57AFDA) is known color: Malibu. HEX triplet: 57, AF and DA. RGB value is (87,175,218). Sum of RGB (Red+Green+Blue) = 87+175+218=480 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.12% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #57AFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFDA is #A85025. Grayscale: #999999. Windows color (decimal): -11030566 or 14331735. OLE color: 14331735.

HSL color Cylindrical-coordinate representation of color #57AFDA: hue angle of 199.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57AFDA is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 175 218 -
CMYK 0.60 0.20 0 0.15
HSL 199.69º 0.64% 0.6% -
HSV(B) 199.69º 0.6% 0.85% -
XYZ 31.92 37.75 71.93 -
YUV 153.59 164.35 80.5 -
System Red Green Blue C M Y K H S L
Decimal 87 175 218 0.60 0.20 0 0.15 199.69 0.64 0.6
Hex 57 AF DA 3C 14 0 F C8 40 3C
Octal 127 257 332 74 24 0 17 310 100 74
Binary 1010111 10101111 11011010 111100 10100 0 1111 11001000 1000000 111100

Color Harmonies of #57AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AFDA

Black with #57AFDA

Text Example


Text Example

White with #57AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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