#5DC8EA

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

Shades of Malibu #5DC8EA

Tints of Malibu #5DC8EA

Color information

#5DC8EA (or 0x5DC8EA) is unknown color: approx Malibu. HEX triplet: 5D, C8 and EA. RGB value is (93,200,234). Sum of RGB (Red+Green+Blue) = 93+200+234=527 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.65% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DC8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC8EA is #A23715. Grayscale: #ABABAB. Windows color (decimal): -10630934 or 15386717. OLE color: 15386717.

HSL color Cylindrical-coordinate representation of color #5DC8EA: hue angle of 194.47º 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 #5DC8EA is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93200234-
CMYK0.600.1500.08
HSL194.47º77.05%64.12%-
HSV(B)194.47º60.26%91.76%-
XYZ40.0249.5885.3-
YUV171.88163.0571.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.65%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=17.65%
G=37.95%
B=44.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal932002340.600.1500.08194.4777.0564.12
Hex5DC8EA3CF08c24d40
Octal1353103527417010302115100
Binary101110111001000111010101111001111010001100001010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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