Html Css Color HEX #5EC2EB Malibu

📋 copy color: '#5EC2EB'

red 94 ◦ green 194 ◦ blue 235

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

Shades of Malibu #5EC2EB

Tints of Malibu #5EC2EB

RGB

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

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

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

R = 17.97%
G = 37.09%
B = 44.93%

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

#5EC2EB (or 0x5EC2EB) is known color: Malibu. HEX triplet: 5E, C2 and EB. RGB value is (94,194,235). Sum of RGB (Red+Green+Blue) = 94+194+235=523 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.97% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EC2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC2EB is #A13D14. Grayscale: #A8A8A8. Windows color (decimal): -10566933 or 15450718. OLE color: 15450718.

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

Color convert

RGB 94 194 235 -
CMYK 0.6 0.17 0 0.08
HSL 197.45º 0.78% 0.65% -
HSV(B) 197.45º 0.6% 0.92% -
XYZ 38.9 46.96 85.61 -
YUV 168.77 165.37 74.67 -
System Red Green Blue C M Y K H S L
Decimal 94 194 235 0.6 0.17 0 0.08 197.45 0.78 0.65
Hex 5E C2 EB 3C 11 0 8 C5 4E 41
Octal 136 302 353 74 21 0 10 305 116 101
Binary 1011110 11000010 11101011 111100 10001 0 1000 11000101 1001110 1000001

Color Harmonies of #5EC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC2EB

Black with #5EC2EB

Text Example


Text Example

White with #5EC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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