Html Css Color HEX #57BBDB Malibu

📋 copy color: '#57BBDB'

red 87 ◦ green 187 ◦ blue 219

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

Shades of Malibu #57BBDB

Tints of Malibu #57BBDB

RGB

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

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

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

R = 17.65%
G = 37.93%
B = 44.42%

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

#57BBDB (or 0x57BBDB) is known color: Malibu. HEX triplet: 57, BB and DB. RGB value is (87,187,219). Sum of RGB (Red+Green+Blue) = 87+187+219=493 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.65% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #57BBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBDB is #A84424. Grayscale: #A0A0A0. Windows color (decimal): -11027493 or 14400343. OLE color: 14400343.

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

Color convert

RGB 87 187 219 -
CMYK 0.60 0.15 0 0.14
HSL 194.55º 0.65% 0.6% -
HSV(B) 194.55º 0.6% 0.86% -
XYZ 34.49 42.68 73.44 -
YUV 160.75 160.87 75.4 -
System Red Green Blue C M Y K H S L
Decimal 87 187 219 0.60 0.15 0 0.14 194.55 0.65 0.6
Hex 57 BB DB 3C F 0 E C3 41 3C
Octal 127 273 333 74 17 0 16 303 101 74
Binary 1010111 10111011 11011011 111100 1111 0 1110 11000011 1000001 111100

Color Harmonies of #57BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BBDB

Black with #57BBDB

Text Example


Text Example

White with #57BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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