Html Css Color HEX #5EC0D6 Malibu

📋 copy color: '#5EC0D6'

red 94 ◦ green 192 ◦ blue 214

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

Shades of Malibu #5EC0D6

Tints of Malibu #5EC0D6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.4%

 BLUE value IS 214 (83.98% from 255) = 42.8%

R = 18.8%
G = 38.4%
B = 42.8%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5EC0D6 (or 0x5EC0D6) is known color: Malibu. HEX triplet: 5E, C0 and D6. RGB value is (94,192,214). Sum of RGB (Red+Green+Blue) = 94+192+214=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #5EC0D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC0D6 is #A13F29. Grayscale: #A5A5A5. Windows color (decimal): -10567466 or 14073950. OLE color: 14073950.

HSL color Cylindrical-coordinate representation of color #5EC0D6: hue angle of 191º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EC0D6 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 192 214 -
CMYK 0.56 0.10 0 0.16
HSL 191º 0.59% 0.6% -
HSV(B) 191º 0.56% 0.84% -
XYZ 35.6 44.93 70.41 -
YUV 165.21 155.53 77.21 -
System Red Green Blue C M Y K H S L
Decimal 94 192 214 0.56 0.10 0 0.16 191 0.59 0.6
Hex 5E C0 D6 38 A 0 10 BF 3B 3C
Octal 136 300 326 70 12 0 20 277 73 74
Binary 1011110 11000000 11010110 111000 1010 0 10000 10111111 111011 111100

Color Harmonies of #5EC0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC0D6

Black with #5EC0D6

Text Example


Text Example

White with #5EC0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,192,214); }

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

background-color css

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

 a { background-color: rgb(94,192,214); }

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

border-color css

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

 span { border-color: rgb(94,192,214); }

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