Html Css Color HEX #57BAEA Malibu

📋 copy color: '#57BAEA'

red 87 ◦ green 186 ◦ blue 234

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

Shades of Malibu #57BAEA

Tints of Malibu #57BAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.15%

R = 17.16%
G = 36.69%
B = 46.15%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#57BAEA (or 0x57BAEA) is known color: Malibu. HEX triplet: 57, BA and EA. RGB value is (87,186,234). Sum of RGB (Red+Green+Blue) = 87+186+234=507 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.16% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #57BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BAEA is #A84515. Grayscale: #A1A1A1. Windows color (decimal): -11027734 or 15383127. OLE color: 15383127.

HSL color Cylindrical-coordinate representation of color #57BAEA: hue angle of 199.59º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57BAEA is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 186 234 -
CMYK 0.63 0.21 0 0.08
HSL 199.59º 0.78% 0.63% -
HSV(B) 199.59º 0.63% 0.92% -
XYZ 36.34 43.08 84.24 -
YUV 161.87 168.7 74.6 -
System Red Green Blue C M Y K H S L
Decimal 87 186 234 0.63 0.21 0 0.08 199.59 0.78 0.63
Hex 57 BA EA 3F 15 0 8 C8 4E 3F
Octal 127 272 352 77 25 0 10 310 116 77
Binary 1010111 10111010 11101010 111111 10101 0 1000 11001000 1001110 111111

Color Harmonies of #57BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BAEA

Black with #57BAEA

Text Example


Text Example

White with #57BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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