Html Css Color HEX #57B4F5 Malibu

📋 copy color: '#57B4F5'

red 87 ◦ green 180 ◦ blue 245

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

Shades of Malibu #57B4F5

Tints of Malibu #57B4F5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

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

R = 16.99%
G = 35.16%
B = 47.85%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#57B4F5 (or 0x57B4F5) is known color: Malibu. HEX triplet: 57, B4 and F5. RGB value is (87,180,245). Sum of RGB (Red+Green+Blue) = 87+180+245=512 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.99% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #57B4F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57B4F5 is #A84B0A. Grayscale: #9F9F9F. Windows color (decimal): -11029259 or 16102487. OLE color: 16102487.

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

Color convert

RGB 87 180 245 -
CMYK 0.64 0.27 0 0.04
HSL 204.68º 0.89% 0.65% -
HSV(B) 204.68º 0.64% 0.96% -
XYZ 36.73 41.26 92.41 -
YUV 159.6 176.19 76.21 -
System Red Green Blue C M Y K H S L
Decimal 87 180 245 0.64 0.27 0 0.04 204.68 0.89 0.65
Hex 57 B4 F5 40 1B 0 4 CD 59 41
Octal 127 264 365 100 33 0 4 315 131 101
Binary 1010111 10110100 11110101 1000000 11011 0 100 11001101 1011001 1000001

Color Harmonies of #57B4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B4F5

Black with #57B4F5

Text Example


Text Example

White with #57B4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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