Html Css Color HEX #5EA9EC Malibu

📋 copy color: '#5EA9EC'

red 94 ◦ green 169 ◦ blue 236

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

Shades of Malibu #5EA9EC

Tints of Malibu #5EA9EC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.87%

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 18.84%
G = 33.87%
B = 47.29%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5EA9EC (or 0x5EA9EC) is known color: Malibu. HEX triplet: 5E, A9 and EC. RGB value is (94,169,236). Sum of RGB (Red+Green+Blue) = 94+169+236=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EA9EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EA9EC is #A15613. Grayscale: #999999. Windows color (decimal): -10573332 or 15509854. OLE color: 15509854.

HSL color Cylindrical-coordinate representation of color #5EA9EC: hue angle of 208.31º degrees, saturation: 0.79, 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 #5EA9EC is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 169 236 -
CMYK 0.60 0.28 0 0.07
HSL 208.31º 0.79% 0.65% -
HSV(B) 208.31º 0.6% 0.93% -
XYZ 33.94 36.81 84.67 -
YUV 154.21 174.15 85.05 -
System Red Green Blue C M Y K H S L
Decimal 94 169 236 0.60 0.28 0 0.07 208.31 0.79 0.65
Hex 5E A9 EC 3C 1C 0 7 D0 4F 41
Octal 136 251 354 74 34 0 7 320 117 101
Binary 1011110 10101001 11101100 111100 11100 0 111 11010000 1001111 1000001

Color Harmonies of #5EA9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA9EC

Black with #5EA9EC

Text Example


Text Example

White with #5EA9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,169,236); }

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

background-color css

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

 a { background-color: rgb(94,169,236); }

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

border-color css

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

 span { border-color: rgb(94,169,236); }

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