Html Css Color HEX #5EB1DF Malibu

📋 copy color: '#5EB1DF'

red 94 ◦ green 177 ◦ blue 223

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

Shades of Malibu #5EB1DF

Tints of Malibu #5EB1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.83%

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 19.03%
G = 35.83%
B = 45.14%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EB1DF (or 0x5EB1DF) is known color: Malibu. HEX triplet: 5E, B1 and DF. RGB value is (94,177,223). Sum of RGB (Red+Green+Blue) = 94+177+223=494 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.03% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #5EB1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EB1DF is #A14E20. Grayscale: #9D9D9D. Windows color (decimal): -10571297 or 14659934. OLE color: 14659934.

HSL color Cylindrical-coordinate representation of color #5EB1DF: hue angle of 201.4º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EB1DF is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 177 223 -
CMYK 0.58 0.21 0 0.13
HSL 201.4º 0.67% 0.62% -
HSV(B) 201.4º 0.58% 0.87% -
XYZ 33.66 39.15 75.6 -
YUV 157.43 165 82.76 -
System Red Green Blue C M Y K H S L
Decimal 94 177 223 0.58 0.21 0 0.13 201.4 0.67 0.62
Hex 5E B1 DF 3A 15 0 D C9 43 3E
Octal 136 261 337 72 25 0 15 311 103 76
Binary 1011110 10110001 11011111 111010 10101 0 1101 11001001 1000011 111110

Color Harmonies of #5EB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EB1DF

Black with #5EB1DF

Text Example


Text Example

White with #5EB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,177,223); }

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

background-color css

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

 a { background-color: rgb(94,177,223); }

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

border-color css

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

 span { border-color: rgb(94,177,223); }

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