Html Css Color HEX #5EC7EC Malibu

📋 copy color: '#5EC7EC'

red 94 ◦ green 199 ◦ blue 236

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

Shades of Malibu #5EC7EC

Tints of Malibu #5EC7EC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.62%

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 17.77%
G = 37.62%
B = 44.61%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5EC7EC (or 0x5EC7EC) is known color: Malibu. HEX triplet: 5E, C7 and EC. RGB value is (94,199,236). Sum of RGB (Red+Green+Blue) = 94+199+236=529 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.77% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EC7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC7EC is #A13813. Grayscale: #ABABAB. Windows color (decimal): -10565652 or 15517534. OLE color: 15517534.

HSL color Cylindrical-coordinate representation of color #5EC7EC: hue angle of 195.63º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EC7EC is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 199 236 -
CMYK 0.60 0.16 0 0.07
HSL 195.63º 0.79% 0.65% -
HSV(B) 195.63º 0.6% 0.93% -
XYZ 40.18 49.28 86.75 -
YUV 171.82 164.21 72.49 -
System Red Green Blue C M Y K H S L
Decimal 94 199 236 0.60 0.16 0 0.07 195.63 0.79 0.65
Hex 5E C7 EC 3C 10 0 7 C4 4F 41
Octal 136 307 354 74 20 0 7 304 117 101
Binary 1011110 11000111 11101100 111100 10000 0 111 11000100 1001111 1000001

Color Harmonies of #5EC7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC7EC

Black with #5EC7EC

Text Example


Text Example

White with #5EC7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,199,236); }

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

background-color css

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

 a { background-color: rgb(94,199,236); }

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

border-color css

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

 span { border-color: rgb(94,199,236); }

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