Html Css Color HEX #57BCDE Malibu

📋 copy color: '#57BCDE'

red 87 ◦ green 188 ◦ blue 222

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

Shades of Malibu #57BCDE

Tints of Malibu #57BCDE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.83%

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 17.51%
G = 37.83%
B = 44.67%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#57BCDE (or 0x57BCDE) is known color: Malibu. HEX triplet: 57, BC and DE. RGB value is (87,188,222). Sum of RGB (Red+Green+Blue) = 87+188+222=497 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.51% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #57BCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCDE is #A84321. Grayscale: #A1A1A1. Windows color (decimal): -11027234 or 14597207. OLE color: 14597207.

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

Color convert

RGB 87 188 222 -
CMYK 0.61 0.15 0 0.13
HSL 195.11º 0.67% 0.61% -
HSV(B) 195.11º 0.61% 0.87% -
XYZ 35.1 43.27 75.61 -
YUV 161.68 162.04 74.74 -
System Red Green Blue C M Y K H S L
Decimal 87 188 222 0.61 0.15 0 0.13 195.11 0.67 0.61
Hex 57 BC DE 3D F 0 D C3 43 3D
Octal 127 274 336 75 17 0 15 303 103 75
Binary 1010111 10111100 11011110 111101 1111 0 1101 11000011 1000011 111101

Color Harmonies of #57BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BCDE

Black with #57BCDE

Text Example


Text Example

White with #57BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,188,222); }

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

background-color css

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

 a { background-color: rgb(87,188,222); }

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

border-color css

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

 span { border-color: rgb(87,188,222); }

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