Html Css Color HEX #57B7FA Malibu

📋 copy color: '#57B7FA'

red 87 ◦ green 183 ◦ blue 250

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

Shades of Malibu #57B7FA

Tints of Malibu #57B7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.19%

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 16.73%
G = 35.19%
B = 48.08%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#57B7FA (or 0x57B7FA) is known color: Malibu. HEX triplet: 57, B7 and FA. RGB value is (87,183,250). Sum of RGB (Red+Green+Blue) = 87+183+250=520 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.73% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #57B7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57B7FA is #A84805. Grayscale: #A1A1A1. Windows color (decimal): -11028486 or 16430935. OLE color: 16430935.

HSL color Cylindrical-coordinate representation of color #57B7FA: hue angle of 204.66º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57B7FA is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 183 250 -
CMYK 0.65 0.27 0 0.02
HSL 204.66º 0.94% 0.66% -
HSV(B) 204.66º 0.65% 0.98% -
XYZ 38.12 42.8 96.69 -
YUV 161.93 177.7 74.55 -
System Red Green Blue C M Y K H S L
Decimal 87 183 250 0.65 0.27 0 0.02 204.66 0.94 0.66
Hex 57 B7 FA 41 1B 0 2 CD 5E 42
Octal 127 267 372 101 33 0 2 315 136 102
Binary 1010111 10110111 11111010 1000001 11011 0 10 11001101 1011110 1000010

Color Harmonies of #57B7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B7FA

Black with #57B7FA

Text Example


Text Example

White with #57B7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,183,250); }

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

background-color css

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

 a { background-color: rgb(87,183,250); }

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

border-color css

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

 span { border-color: rgb(87,183,250); }

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