Html Css Color HEX #5EBAEA Malibu

📋 copy color: '#5EBAEA'

red 94 ◦ green 186 ◦ blue 234

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

Shades of Malibu #5EBAEA

Tints of Malibu #5EBAEA

RGB

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

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

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

R = 18.29%
G = 36.19%
B = 45.53%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5EBAEA (or 0x5EBAEA) is known color: Malibu. HEX triplet: 5E, BA and EA. RGB value is (94,186,234). Sum of RGB (Red+Green+Blue) = 94+186+234=514 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.29% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #5EBAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBAEA is #A14515. Grayscale: #A3A3A3. Windows color (decimal): -10568982 or 15383134. OLE color: 15383134.

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

Color convert

RGB 94 186 234 -
CMYK 0.60 0.21 0 0.08
HSL 200.57º 0.77% 0.64% -
HSV(B) 200.57º 0.6% 0.92% -
XYZ 37.03 43.44 84.27 -
YUV 163.96 167.52 78.1 -
System Red Green Blue C M Y K H S L
Decimal 94 186 234 0.60 0.21 0 0.08 200.57 0.77 0.64
Hex 5E BA EA 3C 15 0 8 C9 4D 40
Octal 136 272 352 74 25 0 10 311 115 100
Binary 1011110 10111010 11101010 111100 10101 0 1000 11001001 1001101 1000000

Color Harmonies of #5EBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBAEA

Black with #5EBAEA

Text Example


Text Example

White with #5EBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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