Html Css Color HEX #5EC4EB Malibu

📋 copy color: '#5EC4EB'

red 94 ◦ green 196 ◦ blue 235

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

Shades of Malibu #5EC4EB

Tints of Malibu #5EC4EB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.33%

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 17.9%
G = 37.33%
B = 44.76%

CMYK

 C value IS 0.6

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5EC4EB (or 0x5EC4EB) is known color: Malibu. HEX triplet: 5E, C4 and EB. RGB value is (94,196,235). Sum of RGB (Red+Green+Blue) = 94+196+235=525 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.90% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EC4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC4EB is #A13B14. Grayscale: #A9A9A9. Windows color (decimal): -10566421 or 15451230. OLE color: 15451230.

HSL color Cylindrical-coordinate representation of color #5EC4EB: hue angle of 196.6º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EC4EB is Cyan = 0.6, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 196 235 -
CMYK 0.6 0.17 0 0.08
HSL 196.6º 0.78% 0.65% -
HSV(B) 196.6º 0.6% 0.92% -
XYZ 39.35 47.86 85.76 -
YUV 169.95 164.71 73.83 -
System Red Green Blue C M Y K H S L
Decimal 94 196 235 0.6 0.17 0 0.08 196.6 0.78 0.65
Hex 5E C4 EB 3C 11 0 8 C5 4E 41
Octal 136 304 353 74 21 0 10 305 116 101
Binary 1011110 11000100 11101011 111100 10001 0 1000 11000101 1001110 1000001

Color Harmonies of #5EC4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC4EB

Black with #5EC4EB

Text Example


Text Example

White with #5EC4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,196,235); }

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

background-color css

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

 a { background-color: rgb(94,196,235); }

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

border-color css

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

 span { border-color: rgb(94,196,235); }

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