#5FC5EB

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

Shades of Malibu #5FC5EB

Tints of Malibu #5FC5EB

Color information

#5FC5EB (or 0x5FC5EB) is unknown color: approx Malibu. HEX triplet: 5F, C5 and EB. RGB value is (95,197,235). Sum of RGB (Red+Green+Blue) = 95+197+235=527 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.03% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #5FC5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC5EB is #A03A14. Grayscale: #AAAAAA. Windows color (decimal): -10500629 or 15451487. OLE color: 15451487.

HSL color Cylindrical-coordinate representation of color #5FC5EB: hue angle of 196.29º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FC5EB is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95197235-
CMYK0.600.1600.08
HSL196.29º77.78%64.71%-
HSV(B)196.29º59.57%92.16%-
XYZ39.6848.3685.84-
YUV170.83164.2173.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.03%
GREEN value IS 197 (77.34% from 255) = 37.38%
BLUE value IS 235 (92.19% from 255) = 44.59%
R=18.03%
G=37.38%
B=44.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal951972350.600.1600.08196.2977.7864.71
Hex5FC5EB3C1008c44e41
Octal1373053537420010304116101
Binary1011111110001011110101111110010000010001100010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,197,235); }

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

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

 a { background-color: rgb(95,197,235); }

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

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

 span { border-color: rgb(95,197,235); }

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