Html Css Color HEX #57BADD Malibu

📋 copy color: '#57BADD'

red 87 ◦ green 186 ◦ blue 221

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

Shades of Malibu #57BADD

Tints of Malibu #57BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.65%

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 17.61%
G = 37.65%
B = 44.74%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#57BADD (or 0x57BADD) is known color: Malibu. HEX triplet: 57, BA and DD. RGB value is (87,186,221). Sum of RGB (Red+Green+Blue) = 87+186+221=494 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.61% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #57BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BADD is #A84522. Grayscale: #A0A0A0. Windows color (decimal): -11027747 or 14531159. OLE color: 14531159.

HSL color Cylindrical-coordinate representation of color #57BADD: hue angle of 195.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57BADD is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 186 221 -
CMYK 0.61 0.16 0 0.13
HSL 195.67º 0.66% 0.6% -
HSV(B) 195.67º 0.61% 0.87% -
XYZ 34.54 42.36 74.76 -
YUV 160.39 162.2 75.65 -
System Red Green Blue C M Y K H S L
Decimal 87 186 221 0.61 0.16 0 0.13 195.67 0.66 0.6
Hex 57 BA DD 3D 10 0 D C4 42 3C
Octal 127 272 335 75 20 0 15 304 102 74
Binary 1010111 10111010 11011101 111101 10000 0 1101 11000100 1000010 111100

Color Harmonies of #57BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BADD

Black with #57BADD

Text Example


Text Example

White with #57BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,186,221); }

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

background-color css

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

 a { background-color: rgb(87,186,221); }

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

border-color css

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

 span { border-color: rgb(87,186,221); }

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