Html Css Color HEX #5EC2DD Malibu

📋 copy color: '#5EC2DD'

red 94 ◦ green 194 ◦ blue 221

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

Shades of Malibu #5EC2DD

Tints of Malibu #5EC2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.11%

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

R = 18.47%
G = 38.11%
B = 43.42%

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

#5EC2DD (or 0x5EC2DD) is known color: Malibu. HEX triplet: 5E, C2 and DD. RGB value is (94,194,221). Sum of RGB (Red+Green+Blue) = 94+194+221=509 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.47% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EC2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC2DD is #A13D22. Grayscale: #A6A6A6. Windows color (decimal): -10566947 or 14533214. OLE color: 14533214.

HSL color Cylindrical-coordinate representation of color #5EC2DD: hue angle of 192.76º 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 #5EC2DD is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 194 221 -
CMYK 0.57 0.12 0 0.13
HSL 192.76º 0.65% 0.62% -
HSV(B) 192.76º 0.57% 0.87% -
XYZ 36.96 46.18 75.37 -
YUV 167.18 158.37 75.8 -
System Red Green Blue C M Y K H S L
Decimal 94 194 221 0.57 0.12 0 0.13 192.76 0.65 0.62
Hex 5E C2 DD 39 C 0 D C1 41 3E
Octal 136 302 335 71 14 0 15 301 101 76
Binary 1011110 11000010 11011101 111001 1100 0 1101 11000001 1000001 111110

Color Harmonies of #5EC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC2DD

Black with #5EC2DD

Text Example


Text Example

White with #5EC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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