Html Css Color HEX #5EBAED Malibu

📋 copy color: '#5EBAED'

red 94 ◦ green 186 ◦ blue 237

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

Shades of Malibu #5EBAED

Tints of Malibu #5EBAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 18.18%
G = 35.98%
B = 45.84%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5EBAED (or 0x5EBAED) is known color: Malibu. HEX triplet: 5E, BA and ED. RGB value is (94,186,237). Sum of RGB (Red+Green+Blue) = 94+186+237=517 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.18% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #5EBAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBAED is #A14512. Grayscale: #A4A4A4. Windows color (decimal): -10568979 or 15579742. OLE color: 15579742.

HSL color Cylindrical-coordinate representation of color #5EBAED: hue angle of 201.4º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EBAED is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 186 237 -
CMYK 0.60 0.22 0 0.07
HSL 201.4º 0.8% 0.65% -
HSV(B) 201.4º 0.6% 0.93% -
XYZ 37.46 43.61 86.56 -
YUV 164.31 169.02 77.85 -
System Red Green Blue C M Y K H S L
Decimal 94 186 237 0.60 0.22 0 0.07 201.4 0.8 0.65
Hex 5E BA ED 3C 16 0 7 C9 50 41
Octal 136 272 355 74 26 0 7 311 120 101
Binary 1011110 10111010 11101101 111100 10110 0 111 11001001 1010000 1000001

Color Harmonies of #5EBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBAED

Black with #5EBAED

Text Example


Text Example

White with #5EBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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