Html Css Color HEX #57AEF0 Malibu

📋 copy color: '#57AEF0'

red 87 ◦ green 174 ◦ blue 240

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

Shades of Malibu #57AEF0

Tints of Malibu #57AEF0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.73%

 BLUE value IS 240 (94.14% from 255) = 47.9%

R = 17.37%
G = 34.73%
B = 47.9%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#57AEF0 (or 0x57AEF0) is known color: Malibu. HEX triplet: 57, AE and F0. RGB value is (87,174,240). Sum of RGB (Red+Green+Blue) = 87+174+240=501 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.37% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #57AEF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57AEF0 is #A8510F. Grayscale: #9B9B9B. Windows color (decimal): -11030800 or 15773271. OLE color: 15773271.

HSL color Cylindrical-coordinate representation of color #57AEF0: hue angle of 205.88º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57AEF0 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 174 240 -
CMYK 0.64 0.28 0 0.06
HSL 205.88º 0.84% 0.64% -
HSV(B) 205.88º 0.64% 0.94% -
XYZ 34.79 38.59 88.05 -
YUV 155.51 175.68 79.13 -
System Red Green Blue C M Y K H S L
Decimal 87 174 240 0.64 0.28 0 0.06 205.88 0.84 0.64
Hex 57 AE F0 40 1C 0 6 CE 54 40
Octal 127 256 360 100 34 0 6 316 124 100
Binary 1010111 10101110 11110000 1000000 11100 0 110 11001110 1010100 1000000

Color Harmonies of #57AEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AEF0

Black with #57AEF0

Text Example


Text Example

White with #57AEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,174,240); }

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

background-color css

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

 a { background-color: rgb(87,174,240); }

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

border-color css

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

 span { border-color: rgb(87,174,240); }

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