Html Css Color HEX #57B8DA Malibu

📋 copy color: '#57B8DA'

red 87 ◦ green 184 ◦ blue 218

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

Shades of Malibu #57B8DA

Tints of Malibu #57B8DA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.63%

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

R = 17.79%
G = 37.63%
B = 44.58%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#57B8DA (or 0x57B8DA) is known color: Malibu. HEX triplet: 57, B8 and DA. RGB value is (87,184,218). Sum of RGB (Red+Green+Blue) = 87+184+218=489 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.79% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #57B8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B8DA is #A84725. Grayscale: #9E9E9E. Windows color (decimal): -11028262 or 14334039. OLE color: 14334039.

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

Color convert

RGB 87 184 218 -
CMYK 0.60 0.16 0 0.15
HSL 195.57º 0.64% 0.6% -
HSV(B) 195.57º 0.6% 0.85% -
XYZ 33.73 41.37 72.54 -
YUV 158.87 161.36 76.74 -
System Red Green Blue C M Y K H S L
Decimal 87 184 218 0.60 0.16 0 0.15 195.57 0.64 0.6
Hex 57 B8 DA 3C 10 0 F C4 40 3C
Octal 127 270 332 74 20 0 17 304 100 74
Binary 1010111 10111000 11011010 111100 10000 0 1111 11000100 1000000 111100

Color Harmonies of #57B8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B8DA

Black with #57B8DA

Text Example


Text Example

White with #57B8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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