Html Css Color HEX #5EBDEC Malibu

📋 copy color: '#5EBDEC'

red 94 ◦ green 189 ◦ blue 236

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

Shades of Malibu #5EBDEC

Tints of Malibu #5EBDEC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.42%

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

R = 18.11%
G = 36.42%
B = 45.47%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5EBDEC (or 0x5EBDEC) is known color: Malibu. HEX triplet: 5E, BD and EC. RGB value is (94,189,236). Sum of RGB (Red+Green+Blue) = 94+189+236=519 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.11% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EBDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBDEC is #A14213. Grayscale: #A5A5A5. Windows color (decimal): -10568212 or 15514974. OLE color: 15514974.

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

Color convert

RGB 94 189 236 -
CMYK 0.60 0.20 0 0.07
HSL 199.86º 0.79% 0.65% -
HSV(B) 199.86º 0.6% 0.93% -
XYZ 37.95 44.83 86.01 -
YUV 165.95 167.53 76.68 -
System Red Green Blue C M Y K H S L
Decimal 94 189 236 0.60 0.20 0 0.07 199.86 0.79 0.65
Hex 5E BD EC 3C 14 0 7 C8 4F 41
Octal 136 275 354 74 24 0 7 310 117 101
Binary 1011110 10111101 11101100 111100 10100 0 111 11001000 1001111 1000001

Color Harmonies of #5EBDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBDEC

Black with #5EBDEC

Text Example


Text Example

White with #5EBDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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