#5AC4E6

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

Shades of Malibu #5AC4E6

Tints of Malibu #5AC4E6

Color information

#5AC4E6 (or 0x5AC4E6) is unknown color: approx Malibu. HEX triplet: 5A, C4 and E6. RGB value is (90,196,230). Sum of RGB (Red+Green+Blue) = 90+196+230=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #5AC4E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC4E6 is #A53B19. Grayscale: #A7A7A7. Windows color (decimal): -10828570 or 15123546. OLE color: 15123546.

HSL color Cylindrical-coordinate representation of color #5AC4E6: hue angle of 194.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AC4E6 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB90196230-
CMYK0.610.1500.10
HSL194.57º73.68%62.75%-
HSV(B)194.57º60.87%90.2%-
XYZ38.2447.3781.99-
YUV168.18162.8872.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.44%
GREEN value IS 196 (76.95% from 255) = 37.98%
BLUE value IS 230 (90.23% from 255) = 44.57%
R=17.44%
G=37.98%
B=44.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal901962300.610.1500.10194.5773.6862.75
Hex5AC4E63DF0Ac34a3f
Octal132304346751701230311277
Binary10110101100010011100110111101111101010110000111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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