Html Css Color HEX #57ACF5 Malibu

📋 copy color: '#57ACF5'

red 87 ◦ green 172 ◦ blue 245

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

Shades of Malibu #57ACF5

Tints of Malibu #57ACF5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.13%

 BLUE value IS 245 (96.09% from 255) = 48.61%

R = 17.26%
G = 34.13%
B = 48.61%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#57ACF5 (or 0x57ACF5) is known color: Malibu. HEX triplet: 57, AC and F5. RGB value is (87,172,245). Sum of RGB (Red+Green+Blue) = 87+172+245=504 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.26% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #57ACF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57ACF5 is #A8530A. Grayscale: #9A9A9A. Windows color (decimal): -11031307 or 16100439. OLE color: 16100439.

HSL color Cylindrical-coordinate representation of color #57ACF5: hue angle of 207.72º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57ACF5 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 87 172 245 -
CMYK 0.64 0.30 0 0.04
HSL 207.72º 0.89% 0.65% -
HSV(B) 207.72º 0.64% 0.96% -
XYZ 35.16 38.12 91.89 -
YUV 154.91 178.84 79.56 -
System Red Green Blue C M Y K H S L
Decimal 87 172 245 0.64 0.30 0 0.04 207.72 0.89 0.65
Hex 57 AC F5 40 1E 0 4 D0 59 41
Octal 127 254 365 100 36 0 4 320 131 101
Binary 1010111 10101100 11110101 1000000 11110 0 100 11010000 1011001 1000001

Color Harmonies of #57ACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ACF5

Black with #57ACF5

Text Example


Text Example

White with #57ACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,172,245); }

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

background-color css

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

 a { background-color: rgb(87,172,245); }

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

border-color css

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

 span { border-color: rgb(87,172,245); }

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