Html Css Color HEX #5EC3EB Malibu

📋 copy color: '#5EC3EB'

red 94 ◦ green 195 ◦ blue 235

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

Shades of Malibu #5EC3EB

Tints of Malibu #5EC3EB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.21%

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

R = 17.94%
G = 37.21%
B = 44.85%

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

#5EC3EB (or 0x5EC3EB) is known color: Malibu. HEX triplet: 5E, C3 and EB. RGB value is (94,195,235). Sum of RGB (Red+Green+Blue) = 94+195+235=524 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.94% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EC3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC3EB is #A13C14. Grayscale: #A9A9A9. Windows color (decimal): -10566677 or 15450974. OLE color: 15450974.

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

Color convert

RGB 94 195 235 -
CMYK 0.6 0.17 0 0.08
HSL 197.02º 0.78% 0.65% -
HSV(B) 197.02º 0.6% 0.92% -
XYZ 39.13 47.41 85.69 -
YUV 169.36 165.04 74.25 -
System Red Green Blue C M Y K H S L
Decimal 94 195 235 0.6 0.17 0 0.08 197.02 0.78 0.65
Hex 5E C3 EB 3C 11 0 8 C5 4E 41
Octal 136 303 353 74 21 0 10 305 116 101
Binary 1011110 11000011 11101011 111100 10001 0 1000 11000101 1001110 1000001

Color Harmonies of #5EC3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC3EB

Black with #5EC3EB

Text Example


Text Example

White with #5EC3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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