Html Css Color HEX #5EADEC Malibu

📋 copy color: '#5EADEC'

red 94 ◦ green 173 ◦ blue 236

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

Shades of Malibu #5EADEC

Tints of Malibu #5EADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.39%

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

R = 18.69%
G = 34.39%
B = 46.92%

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

#5EADEC (or 0x5EADEC) is known color: Malibu. HEX triplet: 5E, AD and EC. RGB value is (94,173,236). Sum of RGB (Red+Green+Blue) = 94+173+236=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EADEC is #A15213. Grayscale: #9C9C9C. Windows color (decimal): -10572308 or 15510878. OLE color: 15510878.

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

Color convert

RGB 94 173 236 -
CMYK 0.60 0.27 0 0.07
HSL 206.62º 0.79% 0.65% -
HSV(B) 206.62º 0.6% 0.93% -
XYZ 34.7 38.32 84.93 -
YUV 156.56 172.83 83.38 -
System Red Green Blue C M Y K H S L
Decimal 94 173 236 0.60 0.27 0 0.07 206.62 0.79 0.65
Hex 5E AD EC 3C 1B 0 7 CF 4F 41
Octal 136 255 354 74 33 0 7 317 117 101
Binary 1011110 10101101 11101100 111100 11011 0 111 11001111 1001111 1000001

Color Harmonies of #5EADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADEC

Black with #5EADEC

Text Example


Text Example

White with #5EADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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