Html Css Color HEX #5EBDDB Malibu

📋 copy color: '#5EBDDB'

red 94 ◦ green 189 ◦ blue 219

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

Shades of Malibu #5EBDDB

Tints of Malibu #5EBDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 18.73%
G = 37.65%
B = 43.63%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5EBDDB (or 0x5EBDDB) is known color: Malibu. HEX triplet: 5E, BD and DB. RGB value is (94,189,219). Sum of RGB (Red+Green+Blue) = 94+189+219=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EBDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDDB is #A14224. Grayscale: #A3A3A3. Windows color (decimal): -10568229 or 14400862. OLE color: 14400862.

HSL color Cylindrical-coordinate representation of color #5EBDDB: hue angle of 194.4º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EBDDB is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 189 219 -
CMYK 0.57 0.14 0 0.14
HSL 194.4º 0.63% 0.61% -
HSV(B) 194.4º 0.57% 0.86% -
XYZ 35.6 43.89 73.61 -
YUV 164.02 159.03 78.06 -
System Red Green Blue C M Y K H S L
Decimal 94 189 219 0.57 0.14 0 0.14 194.4 0.63 0.61
Hex 5E BD DB 39 E 0 E C2 3F 3D
Octal 136 275 333 71 16 0 16 302 77 75
Binary 1011110 10111101 11011011 111001 1110 0 1110 11000010 111111 111101

Color Harmonies of #5EBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBDDB

Black with #5EBDDB

Text Example


Text Example

White with #5EBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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