Html Css Color HEX #57BFF8 Malibu

📋 copy color: '#57BFF8'

red 87 ◦ green 191 ◦ blue 248

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

Shades of Malibu #57BFF8

Tints of Malibu #57BFF8

RGB

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

 GREEN value IS 191 (75% from 255) = 36.31%

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

R = 16.54%
G = 36.31%
B = 47.15%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#57BFF8 (or 0x57BFF8) is known color: Malibu. HEX triplet: 57, BF and F8. RGB value is (87,191,248). Sum of RGB (Red+Green+Blue) = 87+191+248=526 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.54% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #57BFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BFF8 is #A84007. Grayscale: #A6A6A6. Windows color (decimal): -11026440 or 16301911. OLE color: 16301911.

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

Color convert

RGB 87 191 248 -
CMYK 0.65 0.23 0 0.03
HSL 201.24º 0.92% 0.66% -
HSV(B) 201.24º 0.65% 0.97% -
XYZ 39.5 46.07 95.62 -
YUV 166.4 174.04 71.37 -
System Red Green Blue C M Y K H S L
Decimal 87 191 248 0.65 0.23 0 0.03 201.24 0.92 0.66
Hex 57 BF F8 41 17 0 3 C9 5C 42
Octal 127 277 370 101 27 0 3 311 134 102
Binary 1010111 10111111 11111000 1000001 10111 0 11 11001001 1011100 1000010

Color Harmonies of #57BFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BFF8

Black with #57BFF8

Text Example


Text Example

White with #57BFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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