Html Css Color HEX #57BEDC Malibu

📋 copy color: '#57BEDC'

red 87 ◦ green 190 ◦ blue 220

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

Shades of Malibu #57BEDC

Tints of Malibu #57BEDC

RGB

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

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

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

R = 17.51%
G = 38.23%
B = 44.27%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#57BEDC (or 0x57BEDC) is known color: Malibu. HEX triplet: 57, BE and DC. RGB value is (87,190,220). Sum of RGB (Red+Green+Blue) = 87+190+220=497 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.51% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #57BEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BEDC is #A84123. Grayscale: #A2A2A2. Windows color (decimal): -11026724 or 14466647. OLE color: 14466647.

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

Color convert

RGB 87 190 220 -
CMYK 0.60 0.14 0 0.14
HSL 193.53º 0.66% 0.6% -
HSV(B) 193.53º 0.6% 0.86% -
XYZ 35.26 44.02 74.35 -
YUV 162.62 160.38 74.06 -
System Red Green Blue C M Y K H S L
Decimal 87 190 220 0.60 0.14 0 0.14 193.53 0.66 0.6
Hex 57 BE DC 3C E 0 E C2 42 3C
Octal 127 276 334 74 16 0 16 302 102 74
Binary 1010111 10111110 11011100 111100 1110 0 1110 11000010 1000010 111100

Color Harmonies of #57BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BEDC

Black with #57BEDC

Text Example


Text Example

White with #57BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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