Html Css Color HEX #57B0F8 Malibu

📋 copy color: '#57B0F8'

red 87 ◦ green 176 ◦ blue 248

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

Shades of Malibu #57B0F8

Tints of Malibu #57B0F8

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.44%

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

R = 17.03%
G = 34.44%
B = 48.53%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#57B0F8 (or 0x57B0F8) is known color: Malibu. HEX triplet: 57, B0 and F8. RGB value is (87,176,248). Sum of RGB (Red+Green+Blue) = 87+176+248=511 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.03% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #57B0F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57B0F8 is #A84F07. Grayscale: #9D9D9D. Windows color (decimal): -11030280 or 16298071. OLE color: 16298071.

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

Color convert

RGB 87 176 248 -
CMYK 0.65 0.29 0 0.03
HSL 206.83º 0.92% 0.66% -
HSV(B) 206.83º 0.65% 0.97% -
XYZ 36.4 39.85 94.58 -
YUV 157.6 179.01 77.65 -
System Red Green Blue C M Y K H S L
Decimal 87 176 248 0.65 0.29 0 0.03 206.83 0.92 0.66
Hex 57 B0 F8 41 1D 0 3 CF 5C 42
Octal 127 260 370 101 35 0 3 317 134 102
Binary 1010111 10110000 11111000 1000001 11101 0 11 11001111 1011100 1000010

Color Harmonies of #57B0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B0F8

Black with #57B0F8

Text Example


Text Example

White with #57B0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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