Html Css Color HEX #57A8EA Malibu

📋 copy color: '#57A8EA'

red 87 ◦ green 168 ◦ blue 234

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

Shades of Malibu #57A8EA

Tints of Malibu #57A8EA

RGB

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

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

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

R = 17.79%
G = 34.36%
B = 47.85%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#57A8EA (or 0x57A8EA) is known color: Malibu. HEX triplet: 57, A8 and EA. RGB value is (87,168,234). Sum of RGB (Red+Green+Blue) = 87+168+234=489 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.79% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #57A8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A8EA is #A85715. Grayscale: #969696. Windows color (decimal): -11032342 or 15378519. OLE color: 15378519.

HSL color Cylindrical-coordinate representation of color #57A8EA: hue angle of 206.94º 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 #57A8EA is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 168 234 -
CMYK 0.63 0.28 0 0.08
HSL 206.94º 0.78% 0.63% -
HSV(B) 206.94º 0.63% 0.92% -
XYZ 32.78 35.97 83.06 -
YUV 151.31 174.66 82.13 -
System Red Green Blue C M Y K H S L
Decimal 87 168 234 0.63 0.28 0 0.08 206.94 0.78 0.63
Hex 57 A8 EA 3F 1C 0 8 CF 4E 3F
Octal 127 250 352 77 34 0 10 317 116 77
Binary 1010111 10101000 11101010 111111 11100 0 1000 11001111 1001110 111111

Color Harmonies of #57A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A8EA

Black with #57A8EA

Text Example


Text Example

White with #57A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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