Html Css Color HEX #5EACED Malibu

📋 copy color: '#5EACED'

red 94 ◦ green 172 ◦ blue 237

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

Shades of Malibu #5EACED

Tints of Malibu #5EACED

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

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

R = 18.69%
G = 34.19%
B = 47.12%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5EACED (or 0x5EACED) is known color: Malibu. HEX triplet: 5E, AC and ED. RGB value is (94,172,237). Sum of RGB (Red+Green+Blue) = 94+172+237=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #5EACED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EACED is #A15312. Grayscale: #9B9B9B. Windows color (decimal): -10572563 or 15576158. OLE color: 15576158.

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

Color convert

RGB 94 172 237 -
CMYK 0.60 0.27 0 0.07
HSL 207.27º 0.8% 0.65% -
HSV(B) 207.27º 0.6% 0.93% -
XYZ 34.65 38 85.63 -
YUV 156.09 173.66 83.71 -
System Red Green Blue C M Y K H S L
Decimal 94 172 237 0.60 0.27 0 0.07 207.27 0.8 0.65
Hex 5E AC ED 3C 1B 0 7 CF 50 41
Octal 136 254 355 74 33 0 7 317 120 101
Binary 1011110 10101100 11101101 111100 11011 0 111 11001111 1010000 1000001

Color Harmonies of #5EACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACED

Black with #5EACED

Text Example


Text Example

White with #5EACED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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