#5FBEEB

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

Shades of Malibu #5FBEEB

Tints of Malibu #5FBEEB

Color information

#5FBEEB (or 0x5FBEEB) is unknown color: approx Malibu. HEX triplet: 5F, BE and EB. RGB value is (95,190,235). Sum of RGB (Red+Green+Blue) = 95+190+235=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #5FBEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBEEB is #A04114. Grayscale: #A6A6A6. Windows color (decimal): -10502421 or 15449695. OLE color: 15449695.

HSL color Cylindrical-coordinate representation of color #5FBEEB: hue angle of 199.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 #5FBEEB is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95190235-
CMYK0.600.1900.08
HSL199.29º77.78%64.71%-
HSV(B)199.29º59.57%92.16%-
XYZ38.1345.2685.32-
YUV166.72166.5376.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.27%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 235 (92.19% from 255) = 45.19%
R=18.27%
G=36.54%
B=45.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal951902350.600.1900.08199.2977.7864.71
Hex5FBEEB3C1308c74e41
Octal1372763537423010307116101
Binary1011111101111101110101111110010011010001100011110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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