#5AC4EE

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

Shades of Malibu #5AC4EE

Tints of Malibu #5AC4EE

Color information

#5AC4EE (or 0x5AC4EE) is unknown color: approx Malibu. HEX triplet: 5A, C4 and EE. RGB value is (90,196,238). Sum of RGB (Red+Green+Blue) = 90+196+238=524 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.18% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #5AC4EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC4EE is #A53B11. Grayscale: #A8A8A8. Windows color (decimal): -10828562 or 15647834. OLE color: 15647834.

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

Color convert

RGB90196238-
CMYK0.620.1800.07
HSL197.03º81.32%64.31%-
HSV(B)197.03º62.18%93.33%-
XYZ39.3947.8388.04-
YUV169.09166.8871.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.18%
GREEN value IS 196 (76.95% from 255) = 37.40%
BLUE value IS 238 (93.36% from 255) = 45.42%
R=17.18%
G=37.40%
B=45.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal901962380.620.1800.07197.0381.3264.31
Hex5AC4EE3E1207c55140
Octal132304356762207305121100
Binary101101011000100111011101111101001001111100010110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,196,238); }

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

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

 a { background-color: rgb(90,196,238); }

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

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

 span { border-color: rgb(90,196,238); }

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