Html Css Color HEX #57B0DB Malibu

📋 copy color: '#57B0DB'

red 87 ◦ green 176 ◦ blue 219

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

Shades of Malibu #57B0DB

Tints of Malibu #57B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.51%

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

R = 18.05%
G = 36.51%
B = 45.44%

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

#57B0DB (or 0x57B0DB) is known color: Malibu. HEX triplet: 57, B0 and DB. RGB value is (87,176,219). Sum of RGB (Red+Green+Blue) = 87+176+219=482 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.05% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #57B0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B0DB is #A84F24. Grayscale: #9A9A9A. Windows color (decimal): -11030309 or 14397527. OLE color: 14397527.

HSL color Cylindrical-coordinate representation of color #57B0DB: hue angle of 199.55º 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 #57B0DB is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 176 219 -
CMYK 0.60 0.20 0 0.14
HSL 199.55º 0.65% 0.6% -
HSV(B) 199.55º 0.6% 0.86% -
XYZ 32.24 38.19 72.69 -
YUV 154.29 164.51 80 -
System Red Green Blue C M Y K H S L
Decimal 87 176 219 0.60 0.20 0 0.14 199.55 0.65 0.6
Hex 57 B0 DB 3C 14 0 E C8 41 3C
Octal 127 260 333 74 24 0 16 310 101 74
Binary 1010111 10110000 11011011 111100 10100 0 1110 11001000 1000001 111100

Color Harmonies of #57B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B0DB

Black with #57B0DB

Text Example


Text Example

White with #57B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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