Html Css Color HEX #57BCF0 Malibu

📋 copy color: '#57BCF0'

red 87 ◦ green 188 ◦ blue 240

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

Shades of Malibu #57BCF0

Tints of Malibu #57BCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.6%

R = 16.89%
G = 36.5%
B = 46.6%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#57BCF0 (or 0x57BCF0) is known color: Malibu. HEX triplet: 57, BC and F0. RGB value is (87,188,240). Sum of RGB (Red+Green+Blue) = 87+188+240=515 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.89% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #57BCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BCF0 is #A8430F. Grayscale: #A3A3A3. Windows color (decimal): -11027216 or 15776855. OLE color: 15776855.

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

Color convert

RGB 87 188 240 -
CMYK 0.64 0.22 0 0.06
HSL 200.39º 0.84% 0.64% -
HSV(B) 200.39º 0.64% 0.94% -
XYZ 37.64 44.28 89 -
YUV 163.73 171.04 73.27 -
System Red Green Blue C M Y K H S L
Decimal 87 188 240 0.64 0.22 0 0.06 200.39 0.84 0.64
Hex 57 BC F0 40 16 0 6 C8 54 40
Octal 127 274 360 100 26 0 6 310 124 100
Binary 1010111 10111100 11110000 1000000 10110 0 110 11001000 1010100 1000000

Color Harmonies of #57BCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BCF0

Black with #57BCF0

Text Example


Text Example

White with #57BCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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