Html Css Color HEX #57AFDB Malibu

📋 copy color: '#57AFDB'

red 87 ◦ green 175 ◦ blue 219

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

Shades of Malibu #57AFDB

Tints of Malibu #57AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 18.09%
G = 36.38%
B = 45.53%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#57AFDB (or 0x57AFDB) is known color: Malibu. HEX triplet: 57, AF and DB. RGB value is (87,175,219). Sum of RGB (Red+Green+Blue) = 87+175+219=481 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.09% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #57AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFDB is #A85024. Grayscale: #999999. Windows color (decimal): -11030565 or 14397271. OLE color: 14397271.

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

Color convert

RGB 87 175 219 -
CMYK 0.60 0.20 0 0.14
HSL 200º 0.65% 0.6% -
HSV(B) 200º 0.6% 0.86% -
XYZ 32.05 37.8 72.63 -
YUV 153.7 164.85 80.42 -
System Red Green Blue C M Y K H S L
Decimal 87 175 219 0.60 0.20 0 0.14 200 0.65 0.6
Hex 57 AF DB 3C 14 0 E C8 41 3C
Octal 127 257 333 74 24 0 16 310 101 74
Binary 1010111 10101111 11011011 111100 10100 0 1110 11001000 1000001 111100

Color Harmonies of #57AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AFDB

Black with #57AFDB

Text Example


Text Example

White with #57AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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