Html Css Color HEX #57B0DA Malibu

📋 copy color: '#57B0DA'

red 87 ◦ green 176 ◦ blue 218

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

Shades of Malibu #57B0DA

Tints of Malibu #57B0DA

RGB

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

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

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

R = 18.09%
G = 36.59%
B = 45.32%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#57B0DA (or 0x57B0DA) is known color: Malibu. HEX triplet: 57, B0 and DA. RGB value is (87,176,218). Sum of RGB (Red+Green+Blue) = 87+176+218=481 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.09% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #57B0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B0DA is #A84F25. Grayscale: #999999. Windows color (decimal): -11030310 or 14331991. OLE color: 14331991.

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

Color convert

RGB 87 176 218 -
CMYK 0.60 0.19 0 0.15
HSL 199.24º 0.64% 0.6% -
HSV(B) 199.24º 0.6% 0.85% -
XYZ 32.11 38.14 72 -
YUV 154.18 164.01 80.08 -
System Red Green Blue C M Y K H S L
Decimal 87 176 218 0.60 0.19 0 0.15 199.24 0.64 0.6
Hex 57 B0 DA 3C 13 0 F C7 40 3C
Octal 127 260 332 74 23 0 17 307 100 74
Binary 1010111 10110000 11011010 111100 10011 0 1111 11000111 1000000 111100

Color Harmonies of #57B0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B0DA

Black with #57B0DA

Text Example


Text Example

White with #57B0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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