Html Css Color HEX #57BEDB Malibu

📋 copy color: '#57BEDB'

red 87 ◦ green 190 ◦ blue 219

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

Shades of Malibu #57BEDB

Tints of Malibu #57BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.31%

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

R = 17.54%
G = 38.31%
B = 44.15%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#57BEDB (or 0x57BEDB) is known color: Malibu. HEX triplet: 57, BE and DB. RGB value is (87,190,219). Sum of RGB (Red+Green+Blue) = 87+190+219=496 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.54% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #57BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BEDB is #A84124. Grayscale: #A2A2A2. Windows color (decimal): -11026725 or 14401111. OLE color: 14401111.

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

Color convert

RGB 87 190 219 -
CMYK 0.60 0.13 0 0.14
HSL 193.18º 0.65% 0.6% -
HSV(B) 193.18º 0.6% 0.86% -
XYZ 35.13 43.97 73.65 -
YUV 162.51 159.88 74.14 -
System Red Green Blue C M Y K H S L
Decimal 87 190 219 0.60 0.13 0 0.14 193.18 0.65 0.6
Hex 57 BE DB 3C D 0 E C1 41 3C
Octal 127 276 333 74 15 0 16 301 101 74
Binary 1010111 10111110 11011011 111100 1101 0 1110 11000001 1000001 111100

Color Harmonies of #57BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BEDB

Black with #57BEDB

Text Example


Text Example

White with #57BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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