Html Css Color HEX #57BCF1 Malibu

📋 copy color: '#57BCF1'

red 87 ◦ green 188 ◦ blue 241

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

Shades of Malibu #57BCF1

Tints of Malibu #57BCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

 BLUE value IS 241 (94.53% from 255) = 46.71%

R = 16.86%
G = 36.43%
B = 46.71%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#57BCF1 (or 0x57BCF1) is known color: Malibu. HEX triplet: 57, BC and F1. RGB value is (87,188,241). Sum of RGB (Red+Green+Blue) = 87+188+241=516 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.86% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #57BCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BCF1 is #A8430E. Grayscale: #A3A3A3. Windows color (decimal): -11027215 or 15842391. OLE color: 15842391.

HSL color Cylindrical-coordinate representation of color #57BCF1: hue angle of 200.65º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57BCF1 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 188 241 -
CMYK 0.64 0.22 0 0.05
HSL 200.65º 0.85% 0.64% -
HSV(B) 200.65º 0.64% 0.95% -
XYZ 37.79 44.34 89.79 -
YUV 163.84 171.54 73.19 -
System Red Green Blue C M Y K H S L
Decimal 87 188 241 0.64 0.22 0 0.05 200.65 0.85 0.64
Hex 57 BC F1 40 16 0 5 C9 55 40
Octal 127 274 361 100 26 0 5 311 125 100
Binary 1010111 10111100 11110001 1000000 10110 0 101 11001001 1010101 1000000

Color Harmonies of #57BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BCF1

Black with #57BCF1

Text Example


Text Example

White with #57BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,188,241); }

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

background-color css

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

 a { background-color: rgb(87,188,241); }

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

border-color css

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

 span { border-color: rgb(87,188,241); }

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