#5FB5ED

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

Shades of Malibu #5FB5ED

Tints of Malibu #5FB5ED

Color information

#5FB5ED (or 0x5FB5ED) is unknown color: approx Malibu. HEX triplet: 5F, B5 and ED. RGB value is (95,181,237). Sum of RGB (Red+Green+Blue) = 95+181+237=513 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.52% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #5FB5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FB5ED is #A04A12. Grayscale: #A1A1A1. Windows color (decimal): -10504723 or 15578463. OLE color: 15578463.

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

Color convert

RGB95181237-
CMYK0.600.2400.07
HSL203.66º79.78%65.1%-
HSV(B)203.66º59.92%92.94%-
XYZ36.5341.686.22-
YUV161.67170.5180.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.52%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 237 (92.97% from 255) = 46.20%
R=18.52%
G=35.28%
B=46.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951812370.600.2400.07203.6679.7865.1
Hex5FB5ED3C1807cc5041
Octal137265355743007314120101
Binary101111110110101111011011111001100001111100110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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