Html Css Color HEX #5EBAEB Malibu

📋 copy color: '#5EBAEB'

red 94 ◦ green 186 ◦ blue 235

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

Shades of Malibu #5EBAEB

Tints of Malibu #5EBAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.12%

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

R = 18.25%
G = 36.12%
B = 45.63%

CMYK

 C value IS 0.6

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5EBAEB (or 0x5EBAEB) is known color: Malibu. HEX triplet: 5E, BA and EB. RGB value is (94,186,235). Sum of RGB (Red+Green+Blue) = 94+186+235=515 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.25% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EBAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBAEB is #A14514. Grayscale: #A3A3A3. Windows color (decimal): -10568981 or 15448670. OLE color: 15448670.

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

Color convert

RGB 94 186 235 -
CMYK 0.6 0.21 0 0.08
HSL 200.85º 0.78% 0.65% -
HSV(B) 200.85º 0.6% 0.92% -
XYZ 37.17 43.5 85.03 -
YUV 164.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 94 186 235 0.6 0.21 0 0.08 200.85 0.78 0.65
Hex 5E BA EB 3C 15 0 8 C9 4E 41
Octal 136 272 353 74 25 0 10 311 116 101
Binary 1011110 10111010 11101011 111100 10101 0 1000 11001001 1001110 1000001

Color Harmonies of #5EBAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBAEB

Black with #5EBAEB

Text Example


Text Example

White with #5EBAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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