Html Css Color HEX #5EBDDD Malibu

📋 copy color: '#5EBDDD'

red 94 ◦ green 189 ◦ blue 221

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

Shades of Malibu #5EBDDD

Tints of Malibu #5EBDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 18.65%
G = 37.5%
B = 43.85%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EBDDD (or 0x5EBDDD) is known color: Malibu. HEX triplet: 5E, BD and DD. RGB value is (94,189,221). Sum of RGB (Red+Green+Blue) = 94+189+221=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EBDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDDD is #A14222. Grayscale: #A4A4A4. Windows color (decimal): -10568227 or 14531934. OLE color: 14531934.

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

Color convert

RGB 94 189 221 -
CMYK 0.57 0.14 0 0.13
HSL 195.12º 0.65% 0.62% -
HSV(B) 195.12º 0.57% 0.87% -
XYZ 35.86 44 75.01 -
YUV 164.24 160.03 77.9 -
System Red Green Blue C M Y K H S L
Decimal 94 189 221 0.57 0.14 0 0.13 195.12 0.65 0.62
Hex 5E BD DD 39 E 0 D C3 41 3E
Octal 136 275 335 71 16 0 15 303 101 76
Binary 1011110 10111101 11011101 111001 1110 0 1101 11000011 1000001 111110

Color Harmonies of #5EBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBDDD

Black with #5EBDDD

Text Example


Text Example

White with #5EBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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