Html Css Color HEX #57BAE6 Malibu

📋 copy color: '#57BAE6'

red 87 ◦ green 186 ◦ blue 230

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

Shades of Malibu #57BAE6

Tints of Malibu #57BAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.73%

R = 17.3%
G = 36.98%
B = 45.73%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#57BAE6 (or 0x57BAE6) is known color: Malibu. HEX triplet: 57, BA and E6. RGB value is (87,186,230). Sum of RGB (Red+Green+Blue) = 87+186+230=503 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.30% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #57BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BAE6 is #A84519. Grayscale: #A1A1A1. Windows color (decimal): -11027738 or 15120983. OLE color: 15120983.

HSL color Cylindrical-coordinate representation of color #57BAE6: hue angle of 198.46º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57BAE6 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 87 186 230 -
CMYK 0.62 0.19 0 0.10
HSL 198.46º 0.74% 0.62% -
HSV(B) 198.46º 0.62% 0.9% -
XYZ 35.77 42.86 81.25 -
YUV 161.42 166.7 74.92 -
System Red Green Blue C M Y K H S L
Decimal 87 186 230 0.62 0.19 0 0.10 198.46 0.74 0.62
Hex 57 BA E6 3E 13 0 A C6 4A 3E
Octal 127 272 346 76 23 0 12 306 112 76
Binary 1010111 10111010 11100110 111110 10011 0 1010 11000110 1001010 111110

Color Harmonies of #57BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BAE6

Black with #57BAE6

Text Example


Text Example

White with #57BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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