Html Css Color HEX #57BFF1 Malibu

📋 copy color: '#57BFF1'

red 87 ◦ green 191 ◦ blue 241

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

Shades of Malibu #57BFF1

Tints of Malibu #57BFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 36.8%

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

R = 16.76%
G = 36.8%
B = 46.44%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#57BFF1 (or 0x57BFF1) is known color: Malibu. HEX triplet: 57, BF and F1. RGB value is (87,191,241). Sum of RGB (Red+Green+Blue) = 87+191+241=519 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.76% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #57BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BFF1 is #A8400E. Grayscale: #A5A5A5. Windows color (decimal): -11026447 or 15843159. OLE color: 15843159.

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

Color convert

RGB 87 191 241 -
CMYK 0.64 0.21 0 0.05
HSL 199.48º 0.85% 0.64% -
HSV(B) 199.48º 0.64% 0.95% -
XYZ 38.44 45.64 90 -
YUV 165.6 170.54 71.93 -
System Red Green Blue C M Y K H S L
Decimal 87 191 241 0.64 0.21 0 0.05 199.48 0.85 0.64
Hex 57 BF F1 40 15 0 5 C7 55 40
Octal 127 277 361 100 25 0 5 307 125 100
Binary 1010111 10111111 11110001 1000000 10101 0 101 11000111 1010101 1000000

Color Harmonies of #57BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BFF1

Black with #57BFF1

Text Example


Text Example

White with #57BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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