Html Css Color HEX #5EC3DD Malibu

📋 copy color: '#5EC3DD'

red 94 ◦ green 195 ◦ blue 221

#5EC3DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #5EC3DD

Tints of Malibu #5EC3DD

RGB

 RED value IS 94 (37.11% from 255) = 18.43%

 GREEN value IS 195 (76.56% from 255) = 38.24%

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 18.43%
G = 38.24%
B = 43.33%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EC3DD (or 0x5EC3DD) is known color: Malibu. HEX triplet: 5E, C3 and DD. RGB value is (94,195,221). Sum of RGB (Red+Green+Blue) = 94+195+221=510 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.43% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EC3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC3DD is #A13C22. Grayscale: #A7A7A7. Windows color (decimal): -10566691 or 14533470. OLE color: 14533470.

HSL color Cylindrical-coordinate representation of color #5EC3DD: hue angle of 192.28º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EC3DD is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 195 221 -
CMYK 0.57 0.12 0 0.13
HSL 192.28º 0.65% 0.62% -
HSV(B) 192.28º 0.57% 0.87% -
XYZ 37.18 46.63 75.45 -
YUV 167.77 158.04 75.39 -
System Red Green Blue C M Y K H S L
Decimal 94 195 221 0.57 0.12 0 0.13 192.28 0.65 0.62
Hex 5E C3 DD 39 C 0 D C0 41 3E
Octal 136 303 335 71 14 0 15 300 101 76
Binary 1011110 11000011 11011101 111001 1100 0 1101 11000000 1000001 111110

Color Harmonies of #5EC3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC3DD

Black with #5EC3DD

Text Example


Text Example

White with #5EC3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,195,221); }

 H1.HeaderClassName
 {
   color: #5EC3DD;
 }
 .AnyTagClassName
 {
   color: #5EC3DD;
 }
</style>

background-color css

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

 a { background-color: rgb(94,195,221); }

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

border-color css

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

 span { border-color: rgb(94,195,221); }

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