Html Css Color HEX #5EC2EA Malibu

📋 copy color: '#5EC2EA'

red 94 ◦ green 194 ◦ blue 234

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

Shades of Malibu #5EC2EA

Tints of Malibu #5EC2EA

RGB

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

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

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

R = 18.01%
G = 37.16%
B = 44.83%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5EC2EA (or 0x5EC2EA) is known color: Malibu. HEX triplet: 5E, C2 and EA. RGB value is (94,194,234). Sum of RGB (Red+Green+Blue) = 94+194+234=522 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.01% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #5EC2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC2EA is #A13D15. Grayscale: #A8A8A8. Windows color (decimal): -10566934 or 15385182. OLE color: 15385182.

HSL color Cylindrical-coordinate representation of color #5EC2EA: hue angle of 197.14º 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 #5EC2EA is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 194 234 -
CMYK 0.60 0.17 0 0.08
HSL 197.14º 0.77% 0.64% -
HSV(B) 197.14º 0.6% 0.92% -
XYZ 38.76 46.9 84.85 -
YUV 168.66 164.87 74.75 -
System Red Green Blue C M Y K H S L
Decimal 94 194 234 0.60 0.17 0 0.08 197.14 0.77 0.64
Hex 5E C2 EA 3C 11 0 8 C5 4D 40
Octal 136 302 352 74 21 0 10 305 115 100
Binary 1011110 11000010 11101010 111100 10001 0 1000 11000101 1001101 1000000

Color Harmonies of #5EC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC2EA

Black with #5EC2EA

Text Example


Text Example

White with #5EC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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