Html Css Color HEX #5EBBDC Malibu

📋 copy color: '#5EBBDC'

red 94 ◦ green 187 ◦ blue 220

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

Shades of Malibu #5EBBDC

Tints of Malibu #5EBBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 18.76%
G = 37.33%
B = 43.91%

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

#5EBBDC (or 0x5EBBDC) is known color: Malibu. HEX triplet: 5E, BB and DC. RGB value is (94,187,220). Sum of RGB (Red+Green+Blue) = 94+187+220=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #5EBBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBDC is #A14423. Grayscale: #A2A2A2. Windows color (decimal): -10568740 or 14465886. OLE color: 14465886.

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

Color convert

RGB 94 187 220 -
CMYK 0.57 0.15 0 0.14
HSL 195.71º 0.64% 0.62% -
HSV(B) 195.71º 0.57% 0.86% -
XYZ 35.3 43.09 74.17 -
YUV 162.96 160.19 78.82 -
System Red Green Blue C M Y K H S L
Decimal 94 187 220 0.57 0.15 0 0.14 195.71 0.64 0.62
Hex 5E BB DC 39 F 0 E C4 40 3E
Octal 136 273 334 71 17 0 16 304 100 76
Binary 1011110 10111011 11011100 111001 1111 0 1110 11000100 1000000 111110

Color Harmonies of #5EBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBBDC

Black with #5EBBDC

Text Example


Text Example

White with #5EBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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