Html Css Color HEX #57BAF1 Malibu

📋 copy color: '#57BAF1'

red 87 ◦ green 186 ◦ blue 241

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

Shades of Malibu #57BAF1

Tints of Malibu #57BAF1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.19%

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

R = 16.93%
G = 36.19%
B = 46.89%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#57BAF1 (or 0x57BAF1) is known color: Malibu. HEX triplet: 57, BA and F1. RGB value is (87,186,241). Sum of RGB (Red+Green+Blue) = 87+186+241=514 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.93% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #57BAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BAF1 is #A8450E. Grayscale: #A2A2A2. Windows color (decimal): -11027727 or 15841879. OLE color: 15841879.

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

Color convert

RGB 87 186 241 -
CMYK 0.64 0.23 0 0.05
HSL 201.43º 0.85% 0.64% -
HSV(B) 201.43º 0.64% 0.95% -
XYZ 37.37 43.49 89.65 -
YUV 162.67 172.2 74.03 -
System Red Green Blue C M Y K H S L
Decimal 87 186 241 0.64 0.23 0 0.05 201.43 0.85 0.64
Hex 57 BA F1 40 17 0 5 C9 55 40
Octal 127 272 361 100 27 0 5 311 125 100
Binary 1010111 10111010 11110001 1000000 10111 0 101 11001001 1010101 1000000

Color Harmonies of #57BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BAF1

Black with #57BAF1

Text Example


Text Example

White with #57BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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