Html Css Color HEX #57BCF2 Malibu

📋 copy color: '#57BCF2'

red 87 ◦ green 188 ◦ blue 242

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

Shades of Malibu #57BCF2

Tints of Malibu #57BCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.81%

R = 16.83%
G = 36.36%
B = 46.81%

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

#57BCF2 (or 0x57BCF2) is known color: Malibu. HEX triplet: 57, BC and F2. RGB value is (87,188,242). Sum of RGB (Red+Green+Blue) = 87+188+242=517 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.83% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #57BCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BCF2 is #A8430D. Grayscale: #A3A3A3. Windows color (decimal): -11027214 or 15907927. OLE color: 15907927.

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

Color convert

RGB 87 188 242 -
CMYK 0.64 0.22 0 0.05
HSL 200.9º 0.86% 0.65% -
HSV(B) 200.9º 0.64% 0.95% -
XYZ 37.94 44.4 90.58 -
YUV 163.96 172.04 73.11 -
System Red Green Blue C M Y K H S L
Decimal 87 188 242 0.64 0.22 0 0.05 200.9 0.86 0.65
Hex 57 BC F2 40 16 0 5 C9 56 41
Octal 127 274 362 100 26 0 5 311 126 101
Binary 1010111 10111100 11110010 1000000 10110 0 101 11001001 1010110 1000001

Color Harmonies of #57BCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BCF2

Black with #57BCF2

Text Example


Text Example

White with #57BCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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