Html Css Color HEX #5EBCDB Malibu

📋 copy color: '#5EBCDB'

red 94 ◦ green 188 ◦ blue 219

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

Shades of Malibu #5EBCDB

Tints of Malibu #5EBCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.52%

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

R = 18.76%
G = 37.52%
B = 43.71%

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

#5EBCDB (or 0x5EBCDB) is known color: Malibu. HEX triplet: 5E, BC and DB. RGB value is (94,188,219). Sum of RGB (Red+Green+Blue) = 94+188+219=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EBCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBCDB is #A14324. Grayscale: #A3A3A3. Windows color (decimal): -10568485 or 14400606. OLE color: 14400606.

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

Color convert

RGB 94 188 219 -
CMYK 0.57 0.14 0 0.14
HSL 194.88º 0.63% 0.61% -
HSV(B) 194.88º 0.57% 0.86% -
XYZ 35.39 43.46 73.54 -
YUV 163.43 159.36 78.48 -
System Red Green Blue C M Y K H S L
Decimal 94 188 219 0.57 0.14 0 0.14 194.88 0.63 0.61
Hex 5E BC DB 39 E 0 E C3 3F 3D
Octal 136 274 333 71 16 0 16 303 77 75
Binary 1011110 10111100 11011011 111001 1110 0 1110 11000011 111111 111101

Color Harmonies of #5EBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBCDB

Black with #5EBCDB

Text Example


Text Example

White with #5EBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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