#5CBADE

Color #5CBADE Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #5CBADE

Tints of Malibu #5CBADE

Color information

#5CBADE (or 0x5CBADE) is unknown color: approx Malibu. HEX triplet: 5C, BA and DE. RGB value is (92,186,222). Sum of RGB (Red+Green+Blue) = 92+186+222=500 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.4% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #5CBADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBADE is #A34521. Grayscale: #A1A1A1. Windows color (decimal): -10700066 or 14596700. OLE color: 14596700.

HSL color Cylindrical-coordinate representation of color #5CBADE: hue angle of 196.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CBADE is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92186222-
CMYK0.590.1600.13
HSL196.62º66.33%61.57%-
HSV(B)196.62º58.56%87.06%-
XYZ35.1642.6775.49-
YUV162161.8678.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.4%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=18.4%
G=37.2%
B=44.4%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921862220.590.1600.13196.6266.3361.57
Hex5CBADE3B100Dc5423e
Octal134272336732001530510276
Binary101110010111010110111101110111000001101110001011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CBADE; }

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

 H1.HeaderClassName
 {
   color: #5CBADE;
 }
 .AnyTagClassName
 {
   color: #5CBADE;
 }
</style>
background-color css

<style>
 a { background-color: #5CBADE; }

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

 div.DivClassName
 {
   background-color: #5CBADE;
 }
 .BgClassName
 {
   background-color: #5CBADE;
 }
</style>
border-color css

<style>
 span { border-color: #5CBADE; }

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

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