#5FBEED

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

Shades of Malibu #5FBEED

Tints of Malibu #5FBEED

Color information

#5FBEED (or 0x5FBEED) is unknown color: approx Malibu. HEX triplet: 5F, BE and ED. RGB value is (95,190,237). Sum of RGB (Red+Green+Blue) = 95+190+237=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #5FBEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBEED is #A04112. Grayscale: #A6A6A6. Windows color (decimal): -10502419 or 15580767. OLE color: 15580767.

HSL color Cylindrical-coordinate representation of color #5FBEED: hue angle of 199.86º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FBEED is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB95190237-
CMYK0.600.2000.07
HSL199.86º79.78%65.1%-
HSV(B)199.86º59.92%92.94%-
XYZ38.4245.3786.85-
YUV166.95167.5376.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.20%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 237 (92.97% from 255) = 45.40%
R=18.20%
G=36.40%
B=45.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951902370.600.2000.07199.8679.7865.1
Hex5FBEED3C1407c85041
Octal137276355742407310120101
Binary101111110111110111011011111001010001111100100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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