Html Css Color HEX #5EC1EA Malibu

📋 copy color: '#5EC1EA'

red 94 ◦ green 193 ◦ blue 234

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

Shades of Malibu #5EC1EA

Tints of Malibu #5EC1EA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.04%

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 18.04%
G = 37.04%
B = 44.91%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5EC1EA (or 0x5EC1EA) is known color: Malibu. HEX triplet: 5E, C1 and EA. RGB value is (94,193,234). Sum of RGB (Red+Green+Blue) = 94+193+234=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #5EC1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC1EA is #A13E15. Grayscale: #A7A7A7. Windows color (decimal): -10567190 or 15384926. OLE color: 15384926.

HSL color Cylindrical-coordinate representation of color #5EC1EA: hue angle of 197.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EC1EA is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 193 234 -
CMYK 0.60 0.18 0 0.08
HSL 197.57º 0.77% 0.64% -
HSV(B) 197.57º 0.6% 0.92% -
XYZ 38.54 46.46 84.78 -
YUV 168.07 165.2 75.17 -
System Red Green Blue C M Y K H S L
Decimal 94 193 234 0.60 0.18 0 0.08 197.57 0.77 0.64
Hex 5E C1 EA 3C 12 0 8 C6 4D 40
Octal 136 301 352 74 22 0 10 306 115 100
Binary 1011110 11000001 11101010 111100 10010 0 1000 11000110 1001101 1000000

Color Harmonies of #5EC1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC1EA

Black with #5EC1EA

Text Example


Text Example

White with #5EC1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,193,234); }

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

background-color css

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

 a { background-color: rgb(94,193,234); }

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

border-color css

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

 span { border-color: rgb(94,193,234); }

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