#5CBEE8

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

Shades of Malibu #5CBEE8

Tints of Malibu #5CBEE8

Color information

#5CBEE8 (or 0x5CBEE8) is unknown color: approx Malibu. HEX triplet: 5C, BE and E8. RGB value is (92,190,232). Sum of RGB (Red+Green+Blue) = 92+190+232=514 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.90% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #5CBEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBEE8 is #A34117. Grayscale: #A5A5A5. Windows color (decimal): -10699032 or 15253084. OLE color: 15253084.

HSL color Cylindrical-coordinate representation of color #5CBEE8: hue angle of 198º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CBEE8 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB92190232-
CMYK0.600.1800.09
HSL198º75.27%63.53%-
HSV(B)198º60.34%90.98%-
XYZ37.3944.9383.05-
YUV165.49165.5375.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.90%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 232 (91.02% from 255) = 45.14%
R=17.90%
G=36.96%
B=45.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal921902320.600.1800.0919875.2763.53
Hex5CBEE83C1209c64b40
Octal1342763507422011306113100
Binary1011100101111101110100011110010010010011100011010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,190,232); }

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

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

 a { background-color: rgb(92,190,232); }

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

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

 span { border-color: rgb(92,190,232); }

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