Html Css Color HEX #57A8E6 Malibu

📋 copy color: '#57A8E6'

red 87 ◦ green 168 ◦ blue 230

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

Shades of Malibu #57A8E6

Tints of Malibu #57A8E6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.64%

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

R = 17.94%
G = 34.64%
B = 47.42%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#57A8E6 (or 0x57A8E6) is known color: Malibu. HEX triplet: 57, A8 and E6. RGB value is (87,168,230). Sum of RGB (Red+Green+Blue) = 87+168+230=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #57A8E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A8E6 is #A85719. Grayscale: #969696. Windows color (decimal): -11032346 or 15116375. OLE color: 15116375.

HSL color Cylindrical-coordinate representation of color #57A8E6: hue angle of 206.01º 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 #57A8E6 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 87 168 230 -
CMYK 0.62 0.27 0 0.10
HSL 206.01º 0.74% 0.62% -
HSV(B) 206.01º 0.62% 0.9% -
XYZ 32.22 35.74 80.06 -
YUV 150.85 172.66 82.46 -
System Red Green Blue C M Y K H S L
Decimal 87 168 230 0.62 0.27 0 0.10 206.01 0.74 0.62
Hex 57 A8 E6 3E 1B 0 A CE 4A 3E
Octal 127 250 346 76 33 0 12 316 112 76
Binary 1010111 10101000 11100110 111110 11011 0 1010 11001110 1001010 111110

Color Harmonies of #57A8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A8E6

Black with #57A8E6

Text Example


Text Example

White with #57A8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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