Html Css Color HEX #57BADE Malibu

📋 copy color: '#57BADE'

red 87 ◦ green 186 ◦ blue 222

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

Shades of Malibu #57BADE

Tints of Malibu #57BADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.58%

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 17.58%
G = 37.58%
B = 44.85%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#57BADE (or 0x57BADE) is known color: Malibu. HEX triplet: 57, BA and DE. RGB value is (87,186,222). Sum of RGB (Red+Green+Blue) = 87+186+222=495 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.58% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #57BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BADE is #A84521. Grayscale: #A0A0A0. Windows color (decimal): -11027746 or 14596695. OLE color: 14596695.

HSL color Cylindrical-coordinate representation of color #57BADE: hue angle of 196º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57BADE is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 186 222 -
CMYK 0.61 0.16 0 0.13
HSL 196º 0.67% 0.61% -
HSV(B) 196º 0.61% 0.87% -
XYZ 34.67 42.42 75.47 -
YUV 160.5 162.7 75.57 -
System Red Green Blue C M Y K H S L
Decimal 87 186 222 0.61 0.16 0 0.13 196 0.67 0.61
Hex 57 BA DE 3D 10 0 D C4 43 3D
Octal 127 272 336 75 20 0 15 304 103 75
Binary 1010111 10111010 11011110 111101 10000 0 1101 11000100 1000011 111101

Color Harmonies of #57BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BADE

Black with #57BADE

Text Example


Text Example

White with #57BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,186,222); }

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

background-color css

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

 a { background-color: rgb(87,186,222); }

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

border-color css

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

 span { border-color: rgb(87,186,222); }

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