Html Css Color HEX #5EBFEB Malibu

📋 copy color: '#5EBFEB'

red 94 ◦ green 191 ◦ blue 235

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

Shades of Malibu #5EBFEB

Tints of Malibu #5EBFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 36.73%

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

R = 18.08%
G = 36.73%
B = 45.19%

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

#5EBFEB (or 0x5EBFEB) is known color: Malibu. HEX triplet: 5E, BF and EB. RGB value is (94,191,235). Sum of RGB (Red+Green+Blue) = 94+191+235=520 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.08% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EBFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBFEB is #A14014. Grayscale: #A6A6A6. Windows color (decimal): -10567701 or 15449950. OLE color: 15449950.

HSL color Cylindrical-coordinate representation of color #5EBFEB: hue angle of 198.72º 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 #5EBFEB is Cyan = 0.6, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 191 235 -
CMYK 0.6 0.19 0 0.08
HSL 198.72º 0.78% 0.65% -
HSV(B) 198.72º 0.6% 0.92% -
XYZ 38.24 45.64 85.39 -
YUV 167.01 166.36 75.92 -
System Red Green Blue C M Y K H S L
Decimal 94 191 235 0.6 0.19 0 0.08 198.72 0.78 0.65
Hex 5E BF EB 3C 13 0 8 C7 4E 41
Octal 136 277 353 74 23 0 10 307 116 101
Binary 1011110 10111111 11101011 111100 10011 0 1000 11000111 1001110 1000001

Color Harmonies of #5EBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBFEB

Black with #5EBFEB

Text Example


Text Example

White with #5EBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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