Html Css Color HEX #5EBBDA Malibu

📋 copy color: '#5EBBDA'

red 94 ◦ green 187 ◦ blue 218

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

Shades of Malibu #5EBBDA

Tints of Malibu #5EBBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 18.84%
G = 37.47%
B = 43.69%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5EBBDA (or 0x5EBBDA) is known color: Malibu. HEX triplet: 5E, BB and DA. RGB value is (94,187,218). Sum of RGB (Red+Green+Blue) = 94+187+218=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #5EBBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBDA is #A14425. Grayscale: #A2A2A2. Windows color (decimal): -10568742 or 14334814. OLE color: 14334814.

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

Color convert

RGB 94 187 218 -
CMYK 0.57 0.14 0 0.15
HSL 195º 0.63% 0.61% -
HSV(B) 195º 0.57% 0.85% -
XYZ 35.04 42.98 72.78 -
YUV 162.73 159.19 78.98 -
System Red Green Blue C M Y K H S L
Decimal 94 187 218 0.57 0.14 0 0.15 195 0.63 0.61
Hex 5E BB DA 39 E 0 F C3 3F 3D
Octal 136 273 332 71 16 0 17 303 77 75
Binary 1011110 10111011 11011010 111001 1110 0 1111 11000011 111111 111101

Color Harmonies of #5EBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBBDA

Black with #5EBBDA

Text Example


Text Example

White with #5EBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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