Html Css Color HEX #5EBEEB Malibu

📋 copy color: '#5EBEEB'

red 94 ◦ green 190 ◦ blue 235

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

Shades of Malibu #5EBEEB

Tints of Malibu #5EBEEB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.61%

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 18.11%
G = 36.61%
B = 45.28%

CMYK

 C value IS 0.6

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5EBEEB (or 0x5EBEEB) is known color: Malibu. HEX triplet: 5E, BE and EB. RGB value is (94,190,235). Sum of RGB (Red+Green+Blue) = 94+190+235=519 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.11% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EBEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBEEB is #A14114. Grayscale: #A6A6A6. Windows color (decimal): -10567957 or 15449694. OLE color: 15449694.

HSL color Cylindrical-coordinate representation of color #5EBEEB: hue angle of 199.15º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EBEEB is Cyan = 0.6, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 190 235 -
CMYK 0.6 0.19 0 0.08
HSL 199.15º 0.78% 0.65% -
HSV(B) 199.15º 0.6% 0.92% -
XYZ 38.02 45.2 85.32 -
YUV 166.43 166.7 76.34 -
System Red Green Blue C M Y K H S L
Decimal 94 190 235 0.6 0.19 0 0.08 199.15 0.78 0.65
Hex 5E BE EB 3C 13 0 8 C7 4E 41
Octal 136 276 353 74 23 0 10 307 116 101
Binary 1011110 10111110 11101011 111100 10011 0 1000 11000111 1001110 1000001

Color Harmonies of #5EBEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBEEB

Black with #5EBEEB

Text Example


Text Example

White with #5EBEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,190,235); }

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

background-color css

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

 a { background-color: rgb(94,190,235); }

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

border-color css

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

 span { border-color: rgb(94,190,235); }

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