#5CC1E8

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

Shades of Malibu #5CC1E8

Tints of Malibu #5CC1E8

Color information

#5CC1E8 (or 0x5CC1E8) is unknown color: approx Malibu. HEX triplet: 5C, C1 and E8. RGB value is (92,193,232). Sum of RGB (Red+Green+Blue) = 92+193+232=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #5CC1E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CC1E8 is #A33E17. Grayscale: #A6A6A6. Windows color (decimal): -10698264 or 15253852. OLE color: 15253852.

HSL color Cylindrical-coordinate representation of color #5CC1E8: hue angle of 196.71º 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 #5CC1E8 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB92193232-
CMYK0.600.1700.09
HSL196.71º75.27%63.53%-
HSV(B)196.71º60.34%90.98%-
XYZ38.0546.2483.26-
YUV167.25164.5474.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.79%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 232 (91.02% from 255) = 44.87%
R=17.79%
G=37.33%
B=44.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal921932320.600.1700.09196.7175.2763.53
Hex5CC1E83C1109c54b40
Octal1343013507421011305113100
Binary1011100110000011110100011110010001010011100010110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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