Html Css Color HEX #57BDE6 Malibu

📋 copy color: '#57BDE6'

red 87 ◦ green 189 ◦ blue 230

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

Shades of Malibu #57BDE6

Tints of Malibu #57BDE6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.35%

 BLUE value IS 230 (90.23% from 255) = 45.45%

R = 17.19%
G = 37.35%
B = 45.45%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#57BDE6 (or 0x57BDE6) is known color: Malibu. HEX triplet: 57, BD and E6. RGB value is (87,189,230). Sum of RGB (Red+Green+Blue) = 87+189+230=506 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.19% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #57BDE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BDE6 is #A84219. Grayscale: #A2A2A2. Windows color (decimal): -11026970 or 15121751. OLE color: 15121751.

HSL color Cylindrical-coordinate representation of color #57BDE6: hue angle of 197.2º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57BDE6 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 87 189 230 -
CMYK 0.62 0.18 0 0.10
HSL 197.2º 0.74% 0.62% -
HSV(B) 197.2º 0.62% 0.9% -
XYZ 36.41 44.13 81.46 -
YUV 163.18 165.71 73.67 -
System Red Green Blue C M Y K H S L
Decimal 87 189 230 0.62 0.18 0 0.10 197.2 0.74 0.62
Hex 57 BD E6 3E 12 0 A C5 4A 3E
Octal 127 275 346 76 22 0 12 305 112 76
Binary 1010111 10111101 11100110 111110 10010 0 1010 11000101 1001010 111110

Color Harmonies of #57BDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BDE6

Black with #57BDE6

Text Example


Text Example

White with #57BDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,189,230); }

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

background-color css

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

 a { background-color: rgb(87,189,230); }

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

border-color css

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

 span { border-color: rgb(87,189,230); }

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