Html Css Color HEX #5EBBDE Malibu

📋 copy color: '#5EBBDE'

red 94 ◦ green 187 ◦ blue 222

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

Shades of Malibu #5EBBDE

Tints of Malibu #5EBBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 18.69%
G = 37.18%
B = 44.14%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EBBDE (or 0x5EBBDE) is known color: Malibu. HEX triplet: 5E, BB and DE. RGB value is (94,187,222). Sum of RGB (Red+Green+Blue) = 94+187+222=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #5EBBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBDE is #A14421. Grayscale: #A2A2A2. Windows color (decimal): -10568738 or 14596958. OLE color: 14596958.

HSL color Cylindrical-coordinate representation of color #5EBBDE: hue angle of 196.41º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EBBDE is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 187 222 -
CMYK 0.58 0.16 0 0.13
HSL 196.41º 0.66% 0.62% -
HSV(B) 196.41º 0.58% 0.87% -
XYZ 35.57 43.19 75.57 -
YUV 163.18 161.19 78.65 -
System Red Green Blue C M Y K H S L
Decimal 94 187 222 0.58 0.16 0 0.13 196.41 0.66 0.62
Hex 5E BB DE 3A 10 0 D C4 42 3E
Octal 136 273 336 72 20 0 15 304 102 76
Binary 1011110 10111011 11011110 111010 10000 0 1101 11000100 1000010 111110

Color Harmonies of #5EBBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBBDE

Black with #5EBBDE

Text Example


Text Example

White with #5EBBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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