Html Css Color HEX #5EBBD6 Malibu

📋 copy color: '#5EBBD6'

red 94 ◦ green 187 ◦ blue 214

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

Shades of Malibu #5EBBD6

Tints of Malibu #5EBBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.23%

R = 18.99%
G = 37.78%
B = 43.23%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5EBBD6 (or 0x5EBBD6) is known color: Malibu. HEX triplet: 5E, BB and D6. RGB value is (94,187,214). Sum of RGB (Red+Green+Blue) = 94+187+214=495 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.99% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #5EBBD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBD6 is #A14429. Grayscale: #A2A2A2. Windows color (decimal): -10568746 or 14072670. OLE color: 14072670.

HSL color Cylindrical-coordinate representation of color #5EBBD6: hue angle of 193.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EBBD6 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 187 214 -
CMYK 0.56 0.13 0 0.16
HSL 193.5º 0.59% 0.6% -
HSV(B) 193.5º 0.56% 0.84% -
XYZ 34.52 42.78 70.06 -
YUV 162.27 157.19 79.3 -
System Red Green Blue C M Y K H S L
Decimal 94 187 214 0.56 0.13 0 0.16 193.5 0.59 0.6
Hex 5E BB D6 38 D 0 10 C2 3B 3C
Octal 136 273 326 70 15 0 20 302 73 74
Binary 1011110 10111011 11010110 111000 1101 0 10000 11000010 111011 111100

Color Harmonies of #5EBBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBBD6

Black with #5EBBD6

Text Example


Text Example

White with #5EBBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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