#5AC1DE

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

Shades of Malibu #5AC1DE

Tints of Malibu #5AC1DE

Color information

#5AC1DE (or 0x5AC1DE) is unknown color: approx Malibu. HEX triplet: 5A, C1 and DE. RGB value is (90,193,222). Sum of RGB (Red+Green+Blue) = 90+193+222=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #5AC1DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC1DE is #A53E21. Grayscale: #A5A5A5. Windows color (decimal): -10829346 or 14598490. OLE color: 14598490.

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

Color convert

RGB90193222-
CMYK0.590.1300.13
HSL193.18º66.67%61.18%-
HSV(B)193.18º59.46%87.06%-
XYZ36.4745.5975.98-
YUV165.51159.8874.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.82%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 222 (87.11% from 255) = 43.96%
R=17.82%
G=38.22%
B=43.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal901932220.590.1300.13193.1866.6761.18
Hex5AC1DE3BD0Dc1433d
Octal132301336731501530110375
Binary10110101100000111011110111011110101101110000011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,193,222); }

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

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

 a { background-color: rgb(90,193,222); }

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

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

 span { border-color: rgb(90,193,222); }

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