#5BAFEE

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

Shades of Malibu #5BAFEE

Tints of Malibu #5BAFEE

Color information

#5BAFEE (or 0x5BAFEE) is unknown color: approx Malibu. HEX triplet: 5B, AF and EE. RGB value is (91,175,238). Sum of RGB (Red+Green+Blue) = 91+175+238=504 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.06% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BAFEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAFEE is #A45011. Grayscale: #9C9C9C. Windows color (decimal): -10768402 or 15642459. OLE color: 15642459.

HSL color Cylindrical-coordinate representation of color #5BAFEE: hue angle of 205.71º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BAFEE is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB91175238-
CMYK0.620.2600.07
HSL205.71º81.22%64.51%-
HSV(B)205.71º61.76%93.33%-
XYZ35.0839.0686.58-
YUV157.07173.6780.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.06%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=18.06%
G=34.72%
B=47.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal911752380.620.2600.07205.7181.2264.51
Hex5BAFEE3E1A07ce5141
Octal133257356763207316121101
Binary101101110101111111011101111101101001111100111010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,175,238); }

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

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

 a { background-color: rgb(91,175,238); }

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

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

 span { border-color: rgb(91,175,238); }

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