#5AC0DF

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

Shades of Malibu #5AC0DF

Tints of Malibu #5AC0DF

Color information

#5AC0DF (or 0x5AC0DF) is unknown color: approx Malibu. HEX triplet: 5A, C0 and DF. RGB value is (90,192,223). Sum of RGB (Red+Green+Blue) = 90+192+223=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #5AC0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC0DF is #A53F20. Grayscale: #A4A4A4. Windows color (decimal): -10829601 or 14663770. OLE color: 14663770.

HSL color Cylindrical-coordinate representation of color #5AC0DF: hue angle of 193.98º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AC0DF is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB90192223-
CMYK0.600.1400.13
HSL193.98º67.51%61.37%-
HSV(B)193.98º59.64%87.45%-
XYZ36.3945.276.62-
YUV165.04160.7174.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.82%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 223 (87.5% from 255) = 44.16%
R=17.82%
G=38.02%
B=44.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal901922230.600.1400.13193.9867.5161.37
Hex5AC0DF3CE0Dc2443d
Octal132300337741601530210475
Binary10110101100000011011111111100111001101110000101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,192,223); }

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

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

 a { background-color: rgb(90,192,223); }

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

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

 span { border-color: rgb(90,192,223); }

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