Html Css Color HEX #57BBDC Malibu

📋 copy color: '#57BBDC'

red 87 ◦ green 187 ◦ blue 220

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

Shades of Malibu #57BBDC

Tints of Malibu #57BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.85%

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 17.61%
G = 37.85%
B = 44.53%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#57BBDC (or 0x57BBDC) is known color: Malibu. HEX triplet: 57, BB and DC. RGB value is (87,187,220). Sum of RGB (Red+Green+Blue) = 87+187+220=494 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.61% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #57BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBDC is #A84423. Grayscale: #A0A0A0. Windows color (decimal): -11027492 or 14465879. OLE color: 14465879.

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

Color convert

RGB 87 187 220 -
CMYK 0.60 0.15 0 0.14
HSL 194.89º 0.66% 0.6% -
HSV(B) 194.89º 0.6% 0.86% -
XYZ 34.62 42.73 74.13 -
YUV 160.86 161.37 75.32 -
System Red Green Blue C M Y K H S L
Decimal 87 187 220 0.60 0.15 0 0.14 194.89 0.66 0.6
Hex 57 BB DC 3C F 0 E C3 42 3C
Octal 127 273 334 74 17 0 16 303 102 74
Binary 1010111 10111011 11011100 111100 1111 0 1110 11000011 1000010 111100

Color Harmonies of #57BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BBDC

Black with #57BBDC

Text Example


Text Example

White with #57BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,187,220); }

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

background-color css

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

 a { background-color: rgb(87,187,220); }

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

border-color css

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

 span { border-color: rgb(87,187,220); }

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