Html Css Color HEX #57ACF8 Malibu

📋 copy color: '#57ACF8'

red 87 ◦ green 172 ◦ blue 248

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

Shades of Malibu #57ACF8

Tints of Malibu #57ACF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.92%

R = 17.16%
G = 33.93%
B = 48.92%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#57ACF8 (or 0x57ACF8) is known color: Malibu. HEX triplet: 57, AC and F8. RGB value is (87,172,248). Sum of RGB (Red+Green+Blue) = 87+172+248=507 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.16% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #57ACF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57ACF8 is #A85307. Grayscale: #9A9A9A. Windows color (decimal): -11031304 or 16297047. OLE color: 16297047.

HSL color Cylindrical-coordinate representation of color #57ACF8: hue angle of 208.32º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57ACF8 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 87 172 248 -
CMYK 0.65 0.31 0 0.03
HSL 208.32º 0.92% 0.66% -
HSV(B) 208.32º 0.65% 0.97% -
XYZ 35.63 38.31 94.32 -
YUV 155.25 180.34 79.32 -
System Red Green Blue C M Y K H S L
Decimal 87 172 248 0.65 0.31 0 0.03 208.32 0.92 0.66
Hex 57 AC F8 41 1F 0 3 D0 5C 42
Octal 127 254 370 101 37 0 3 320 134 102
Binary 1010111 10101100 11111000 1000001 11111 0 11 11010000 1011100 1000010

Color Harmonies of #57ACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ACF8

Black with #57ACF8

Text Example


Text Example

White with #57ACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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