#5DC2EA

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

Shades of Malibu #5DC2EA

Tints of Malibu #5DC2EA

Color information

#5DC2EA (or 0x5DC2EA) is unknown color: approx Malibu. HEX triplet: 5D, C2 and EA. RGB value is (93,194,234). Sum of RGB (Red+Green+Blue) = 93+194+234=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DC2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC2EA is #A23D15. Grayscale: #A8A8A8. Windows color (decimal): -10632470 or 15385181. OLE color: 15385181.

HSL color Cylindrical-coordinate representation of color #5DC2EA: hue angle of 197.02º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DC2EA is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93194234-
CMYK0.600.1700.08
HSL197.02º77.05%64.12%-
HSV(B)197.02º60.26%91.76%-
XYZ38.6646.8584.85-
YUV168.36165.0474.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.85%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=17.85%
G=37.24%
B=44.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931942340.600.1700.08197.0277.0564.12
Hex5DC2EA3C1108c54d40
Octal1353023527421010305115100
Binary1011101110000101110101011110010001010001100010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,194,234); }

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

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

 a { background-color: rgb(93,194,234); }

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

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

 span { border-color: rgb(93,194,234); }

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