Html Css Color HEX #57BADB Malibu

📋 copy color: '#57BADB'

red 87 ◦ green 186 ◦ blue 219

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

Shades of Malibu #57BADB

Tints of Malibu #57BADB

RGB

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

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

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

R = 17.68%
G = 37.8%
B = 44.51%

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

#57BADB (or 0x57BADB) is known color: Malibu. HEX triplet: 57, BA and DB. RGB value is (87,186,219). Sum of RGB (Red+Green+Blue) = 87+186+219=492 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.68% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #57BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BADB is #A84524. Grayscale: #9F9F9F. Windows color (decimal): -11027749 or 14400087. OLE color: 14400087.

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

Color convert

RGB 87 186 219 -
CMYK 0.60 0.15 0 0.14
HSL 195º 0.65% 0.6% -
HSV(B) 195º 0.6% 0.86% -
XYZ 34.28 42.26 73.37 -
YUV 160.16 161.2 75.82 -
System Red Green Blue C M Y K H S L
Decimal 87 186 219 0.60 0.15 0 0.14 195 0.65 0.6
Hex 57 BA DB 3C F 0 E C3 41 3C
Octal 127 272 333 74 17 0 16 303 101 74
Binary 1010111 10111010 11011011 111100 1111 0 1110 11000011 1000001 111100

Color Harmonies of #57BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BADB

Black with #57BADB

Text Example


Text Example

White with #57BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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