Html Css Color HEX #5EBDF1 Malibu

📋 copy color: '#5EBDF1'

red 94 ◦ green 189 ◦ blue 241

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

Shades of Malibu #5EBDF1

Tints of Malibu #5EBDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.99%

R = 17.94%
G = 36.07%
B = 45.99%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5EBDF1 (or 0x5EBDF1) is known color: Malibu. HEX triplet: 5E, BD and F1. RGB value is (94,189,241). Sum of RGB (Red+Green+Blue) = 94+189+241=524 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.94% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #5EBDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBDF1 is #A1420E. Grayscale: #A6A6A6. Windows color (decimal): -10568207 or 15842654. OLE color: 15842654.

HSL color Cylindrical-coordinate representation of color #5EBDF1: hue angle of 201.22º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EBDF1 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 189 241 -
CMYK 0.61 0.22 0 0.05
HSL 201.22º 0.84% 0.66% -
HSV(B) 201.22º 0.61% 0.95% -
XYZ 38.69 45.13 89.89 -
YUV 166.52 170.03 76.27 -
System Red Green Blue C M Y K H S L
Decimal 94 189 241 0.61 0.22 0 0.05 201.22 0.84 0.66
Hex 5E BD F1 3D 16 0 5 C9 54 42
Octal 136 275 361 75 26 0 5 311 124 102
Binary 1011110 10111101 11110001 111101 10110 0 101 11001001 1010100 1000010

Color Harmonies of #5EBDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBDF1

Black with #5EBDF1

Text Example


Text Example

White with #5EBDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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