Html Css Color HEX #57B6FA Malibu

📋 copy color: '#57B6FA'

red 87 ◦ green 182 ◦ blue 250

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

Shades of Malibu #57B6FA

Tints of Malibu #57B6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.07%

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

R = 16.76%
G = 35.07%
B = 48.17%

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

#57B6FA (or 0x57B6FA) is known color: Malibu. HEX triplet: 57, B6 and FA. RGB value is (87,182,250). Sum of RGB (Red+Green+Blue) = 87+182+250=519 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.76% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #57B6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57B6FA is #A84905. Grayscale: #A0A0A0. Windows color (decimal): -11028742 or 16430679. OLE color: 16430679.

HSL color Cylindrical-coordinate representation of color #57B6FA: hue angle of 205.03º 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 #57B6FA is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 182 250 -
CMYK 0.65 0.27 0 0.02
HSL 205.03º 0.94% 0.66% -
HSV(B) 205.03º 0.65% 0.98% -
XYZ 37.91 42.38 96.63 -
YUV 161.35 178.03 74.97 -
System Red Green Blue C M Y K H S L
Decimal 87 182 250 0.65 0.27 0 0.02 205.03 0.94 0.66
Hex 57 B6 FA 41 1B 0 2 CD 5E 42
Octal 127 266 372 101 33 0 2 315 136 102
Binary 1010111 10110110 11111010 1000001 11011 0 10 11001101 1011110 1000010

Color Harmonies of #57B6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B6FA

Black with #57B6FA

Text Example


Text Example

White with #57B6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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