Html Css Color HEX #5EBBDB Malibu

📋 copy color: '#5EBBDB'

red 94 ◦ green 187 ◦ blue 219

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

Shades of Malibu #5EBBDB

Tints of Malibu #5EBBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.4%

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

R = 18.8%
G = 37.4%
B = 43.8%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5EBBDB (or 0x5EBBDB) is known color: Malibu. HEX triplet: 5E, BB and DB. RGB value is (94,187,219). Sum of RGB (Red+Green+Blue) = 94+187+219=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EBBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBDB is #A14424. Grayscale: #A2A2A2. Windows color (decimal): -10568741 or 14400350. OLE color: 14400350.

HSL color Cylindrical-coordinate representation of color #5EBBDB: hue angle of 195.36º 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 #5EBBDB is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 187 219 -
CMYK 0.57 0.15 0 0.14
HSL 195.36º 0.63% 0.61% -
HSV(B) 195.36º 0.57% 0.86% -
XYZ 35.17 43.03 73.47 -
YUV 162.84 159.69 78.9 -
System Red Green Blue C M Y K H S L
Decimal 94 187 219 0.57 0.15 0 0.14 195.36 0.63 0.61
Hex 5E BB DB 39 F 0 E C3 3F 3D
Octal 136 273 333 71 17 0 16 303 77 75
Binary 1011110 10111011 11011011 111001 1111 0 1110 11000011 111111 111101

Color Harmonies of #5EBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBBDB

Black with #5EBBDB

Text Example


Text Example

White with #5EBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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