#5cb8eb

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

Shades of Malibu #5CB8EB

Tints of Malibu #5CB8EB

Color information

#5CB8EB (or 0x5CB8EB) is unknown color: approx Malibu. HEX triplet: 5C, B8 and EB. RGB value is (92,184,235). Sum of RGB (Red+Green+Blue) = 92+184+235=511 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.00% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #5CB8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CB8EB is #A34714. Grayscale: #A2A2A2. Windows color (decimal): -10700565 or 15448156. OLE color: 15448156.

HSL color Cylindrical-coordinate representation of color #5CB8EB: hue angle of 201.4º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CB8EB is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB92184235-
CMYK0.610.2200.08
HSL201.4º78.14%64.12%-
HSV(B)201.4º60.85%92.16%-
XYZ36.5542.5584.88-
YUV162.31169.0277.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.00%
GREEN value IS 184 (72.27% from 255) = 36.01%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=18.00%
G=36.01%
B=45.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal921842350.610.2200.08201.478.1464.12
Hex5CB8EB3D1608c94e40
Octal1342703537526010311116100
Binary1011100101110001110101111110110110010001100100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cb8eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,184,235); }

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

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

 a { background-color: rgb(92,184,235); }

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

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

 span { border-color: rgb(92,184,235); }

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