Html Css Color HEX #57BFE1 Malibu

📋 copy color: '#57BFE1'

red 87 ◦ green 191 ◦ blue 225

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

Shades of Malibu #57BFE1

Tints of Malibu #57BFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.73%

R = 17.3%
G = 37.97%
B = 44.73%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#57BFE1 (or 0x57BFE1) is known color: Malibu. HEX triplet: 57, BF and E1. RGB value is (87,191,225). Sum of RGB (Red+Green+Blue) = 87+191+225=503 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.30% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #57BFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFE1 is #A8401E. Grayscale: #A3A3A3. Windows color (decimal): -11026463 or 14794583. OLE color: 14794583.

HSL color Cylindrical-coordinate representation of color #57BFE1: hue angle of 194.78º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57BFE1 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 191 225 -
CMYK 0.61 0.15 0 0.12
HSL 194.78º 0.7% 0.61% -
HSV(B) 194.78º 0.61% 0.88% -
XYZ 36.15 44.72 77.96 -
YUV 163.78 162.54 73.24 -
System Red Green Blue C M Y K H S L
Decimal 87 191 225 0.61 0.15 0 0.12 194.78 0.7 0.61
Hex 57 BF E1 3D F 0 C C3 46 3D
Octal 127 277 341 75 17 0 14 303 106 75
Binary 1010111 10111111 11100001 111101 1111 0 1100 11000011 1000110 111101

Color Harmonies of #57BFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BFE1

Black with #57BFE1

Text Example


Text Example

White with #57BFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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