Html Css Color HEX #5EBEDB Malibu

📋 copy color: '#5EBEDB'

red 94 ◦ green 190 ◦ blue 219

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

Shades of Malibu #5EBEDB

Tints of Malibu #5EBEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.77%

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

R = 18.69%
G = 37.77%
B = 43.54%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5EBEDB (or 0x5EBEDB) is known color: Malibu. HEX triplet: 5E, BE and DB. RGB value is (94,190,219). Sum of RGB (Red+Green+Blue) = 94+190+219=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EBEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBEDB is #A14124. Grayscale: #A4A4A4. Windows color (decimal): -10567973 or 14401118. OLE color: 14401118.

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

Color convert

RGB 94 190 219 -
CMYK 0.57 0.13 0 0.14
HSL 193.92º 0.63% 0.61% -
HSV(B) 193.92º 0.57% 0.86% -
XYZ 35.82 44.32 73.68 -
YUV 164.6 158.7 77.64 -
System Red Green Blue C M Y K H S L
Decimal 94 190 219 0.57 0.13 0 0.14 193.92 0.63 0.61
Hex 5E BE DB 39 D 0 E C2 3F 3D
Octal 136 276 333 71 15 0 16 302 77 75
Binary 1011110 10111110 11011011 111001 1101 0 1110 11000010 111111 111101

Color Harmonies of #5EBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBEDB

Black with #5EBEDB

Text Example


Text Example

White with #5EBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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