#5FB3ED

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

Shades of Malibu #5FB3ED

Tints of Malibu #5FB3ED

Color information

#5FB3ED (or 0x5FB3ED) is unknown color: approx Malibu. HEX triplet: 5F, B3 and ED. RGB value is (95,179,237). Sum of RGB (Red+Green+Blue) = 95+179+237=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #5FB3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FB3ED is #A04C12. Grayscale: #A0A0A0. Windows color (decimal): -10505235 or 15577951. OLE color: 15577951.

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

Color convert

RGB95179237-
CMYK0.600.2400.07
HSL204.51º79.78%65.1%-
HSV(B)204.51º59.92%92.94%-
XYZ36.1340.7986.09-
YUV160.5171.1781.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.59%
GREEN value IS 179 (70.31% from 255) = 35.03%
BLUE value IS 237 (92.97% from 255) = 46.38%
R=18.59%
G=35.03%
B=46.38%

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
Decimal951792370.600.2400.07204.5179.7865.1
Hex5FB3ED3C1807cd5041
Octal137263355743007315120101
Binary101111110110011111011011111001100001111100110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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