Html Css Color HEX #5EBEEA Malibu

📋 copy color: '#5EBEEA'

red 94 ◦ green 190 ◦ blue 234

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

Shades of Malibu #5EBEEA

Tints of Malibu #5EBEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.17%

R = 18.15%
G = 36.68%
B = 45.17%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5EBEEA (or 0x5EBEEA) is known color: Malibu. HEX triplet: 5E, BE and EA. RGB value is (94,190,234). Sum of RGB (Red+Green+Blue) = 94+190+234=518 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.15% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #5EBEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBEEA is #A14115. Grayscale: #A6A6A6. Windows color (decimal): -10567958 or 15384158. OLE color: 15384158.

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

Color convert

RGB 94 190 234 -
CMYK 0.60 0.19 0 0.08
HSL 198.86º 0.77% 0.64% -
HSV(B) 198.86º 0.6% 0.92% -
XYZ 37.88 45.15 84.56 -
YUV 166.31 166.2 76.42 -
System Red Green Blue C M Y K H S L
Decimal 94 190 234 0.60 0.19 0 0.08 198.86 0.77 0.64
Hex 5E BE EA 3C 13 0 8 C7 4D 40
Octal 136 276 352 74 23 0 10 307 115 100
Binary 1011110 10111110 11101010 111100 10011 0 1000 11000111 1001101 1000000

Color Harmonies of #5EBEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBEEA

Black with #5EBEEA

Text Example


Text Example

White with #5EBEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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