#5AAFEF

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

Shades of Malibu #5AAFEF

Tints of Malibu #5AAFEF

Color information

#5AAFEF (or 0x5AAFEF) is unknown color: approx Malibu. HEX triplet: 5A, AF and EF. RGB value is (90,175,239). Sum of RGB (Red+Green+Blue) = 90+175+239=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #5AAFEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AAFEF is #A55010. Grayscale: #9C9C9C. Windows color (decimal): -10833937 or 15707994. OLE color: 15707994.

HSL color Cylindrical-coordinate representation of color #5AAFEF: hue angle of 205.77º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AAFEF is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB90175239-
CMYK0.620.2700.06
HSL205.77º82.32%64.51%-
HSV(B)205.77º62.34%93.73%-
XYZ35.1339.0787.35-
YUV156.88174.3480.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.86%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 239 (93.75% from 255) = 47.42%
R=17.86%
G=34.72%
B=47.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal901752390.620.2700.06205.7782.3264.51
Hex5AAFEF3E1B06ce5241
Octal132257357763306316122101
Binary101101010101111111011111111101101101101100111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,175,239); }

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

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

 a { background-color: rgb(90,175,239); }

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

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

 span { border-color: rgb(90,175,239); }

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