Html Css Color HEX #57AAE2 Malibu

📋 copy color: '#57AAE2'

red 87 ◦ green 170 ◦ blue 226

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

Shades of Malibu #57AAE2

Tints of Malibu #57AAE2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.2%

 BLUE value IS 226 (88.67% from 255) = 46.79%

R = 18.01%
G = 35.2%
B = 46.79%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#57AAE2 (or 0x57AAE2) is known color: Malibu. HEX triplet: 57, AA and E2. RGB value is (87,170,226). Sum of RGB (Red+Green+Blue) = 87+170+226=483 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.01% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 226 (88.67% from 255 or 46.79% from 483); Max value from RGB is 226 - color contains mainly: blue. Hex color #57AAE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AAE2 is #A8551D. Grayscale: #979797. Windows color (decimal): -11031838 or 14854743. OLE color: 14854743.

HSL color Cylindrical-coordinate representation of color #57AAE2: hue angle of 204.17º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57AAE2 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 87 170 226 -
CMYK 0.62 0.25 0 0.11
HSL 204.17º 0.71% 0.61% -
HSV(B) 204.17º 0.62% 0.89% -
XYZ 32.03 36.27 77.26 -
YUV 151.57 170 81.95 -
System Red Green Blue C M Y K H S L
Decimal 87 170 226 0.62 0.25 0 0.11 204.17 0.71 0.61
Hex 57 AA E2 3E 19 0 B CC 47 3D
Octal 127 252 342 76 31 0 13 314 107 75
Binary 1010111 10101010 11100010 111110 11001 0 1011 11001100 1000111 111101

Color Harmonies of #57AAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AAE2

Black with #57AAE2

Text Example


Text Example

White with #57AAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,170,226); }

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

background-color css

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

 a { background-color: rgb(87,170,226); }

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

border-color css

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

 span { border-color: rgb(87,170,226); }

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