#5fb7e1

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

Shades of Malibu #5FB7E1

Tints of Malibu #5FB7E1

Color information

#5FB7E1 (or 0x5FB7E1) is unknown color: approx Malibu. HEX triplet: 5F, B7 and E1. RGB value is (95,183,225). Sum of RGB (Red+Green+Blue) = 95+183+225=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #5FB7E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB7E1 is #A0481E. Grayscale: #A1A1A1. Windows color (decimal): -10504223 or 14792543. OLE color: 14792543.

HSL color Cylindrical-coordinate representation of color #5FB7E1: hue angle of 199.38º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FB7E1 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB95183225-
CMYK0.580.1900.12
HSL199.38º68.42%62.75%-
HSV(B)199.38º57.78%88.24%-
XYZ35.2441.7477.43-
YUV161.48163.8580.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.89%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 225 (88.28% from 255) = 44.73%
R=18.89%
G=36.38%
B=44.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal951832250.580.1900.12199.3868.4262.75
Hex5FB7E13A130Cc7443f
Octal137267341722301430710477
Binary101111110110111111000011110101001101100110001111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fb7e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,183,225); }

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

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

 a { background-color: rgb(95,183,225); }

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

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

 span { border-color: rgb(95,183,225); }

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