#5FB1D3

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

Shades of Malibu #5FB1D3

Tints of Malibu #5FB1D3

Color information

#5FB1D3 (or 0x5FB1D3) is unknown color: approx Malibu. HEX triplet: 5F, B1 and D3. RGB value is (95,177,211). Sum of RGB (Red+Green+Blue) = 95+177+211=483 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.67% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #5FB1D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FB1D3 is #A04E2C. Grayscale: #9C9C9C. Windows color (decimal): -10505773 or 13873503. OLE color: 13873503.

HSL color Cylindrical-coordinate representation of color #5FB1D3: hue angle of 197.59º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FB1D3 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB95177211-
CMYK0.550.1600.17
HSL197.59º56.86%60%-
HSV(B)197.59º54.98%82.75%-
XYZ32.238.5867.38-
YUV156.36158.8384.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.67%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 211 (82.81% from 255) = 43.69%
R=19.67%
G=36.65%
B=43.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal951772110.550.1600.17197.5956.8660
Hex5FB1D33710011c6393c
Octal13726132367200213067174
Binary101111110110001110100111101111000001000111000110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,177,211); }

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

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

 a { background-color: rgb(95,177,211); }

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

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

 span { border-color: rgb(95,177,211); }

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