Html Css Color HEX #57ADF5 Malibu

📋 copy color: '#57ADF5'

red 87 ◦ green 173 ◦ blue 245

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

Shades of Malibu #57ADF5

Tints of Malibu #57ADF5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.26%

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

R = 17.23%
G = 34.26%
B = 48.51%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#57ADF5 (or 0x57ADF5) is known color: Malibu. HEX triplet: 57, AD and F5. RGB value is (87,173,245). Sum of RGB (Red+Green+Blue) = 87+173+245=505 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.23% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #57ADF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57ADF5 is #A8520A. Grayscale: #9B9B9B. Windows color (decimal): -11031051 or 16100695. OLE color: 16100695.

HSL color Cylindrical-coordinate representation of color #57ADF5: hue angle of 207.34º 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 #57ADF5 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 87 173 245 -
CMYK 0.64 0.29 0 0.04
HSL 207.34º 0.89% 0.65% -
HSV(B) 207.34º 0.64% 0.96% -
XYZ 35.36 38.51 91.96 -
YUV 155.49 178.51 79.15 -
System Red Green Blue C M Y K H S L
Decimal 87 173 245 0.64 0.29 0 0.04 207.34 0.89 0.65
Hex 57 AD F5 40 1D 0 4 CF 59 41
Octal 127 255 365 100 35 0 4 317 131 101
Binary 1010111 10101101 11110101 1000000 11101 0 100 11001111 1011001 1000001

Color Harmonies of #57ADF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ADF5

Black with #57ADF5

Text Example


Text Example

White with #57ADF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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