Html Css Color HEX #5EABEA Malibu

📋 copy color: '#5EABEA'

red 94 ◦ green 171 ◦ blue 234

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

Shades of Malibu #5EABEA

Tints of Malibu #5EABEA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.27%

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

R = 18.84%
G = 34.27%
B = 46.89%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5EABEA (or 0x5EABEA) is known color: Malibu. HEX triplet: 5E, AB and EA. RGB value is (94,171,234). Sum of RGB (Red+Green+Blue) = 94+171+234=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #5EABEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EABEA is #A15415. Grayscale: #9A9A9A. Windows color (decimal): -10572822 or 15379294. OLE color: 15379294.

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

Color convert

RGB 94 171 234 -
CMYK 0.60 0.27 0 0.08
HSL 207º 0.77% 0.64% -
HSV(B) 207º 0.6% 0.92% -
XYZ 34.03 37.45 83.28 -
YUV 155.16 172.49 84.38 -
System Red Green Blue C M Y K H S L
Decimal 94 171 234 0.60 0.27 0 0.08 207 0.77 0.64
Hex 5E AB EA 3C 1B 0 8 CF 4D 40
Octal 136 253 352 74 33 0 10 317 115 100
Binary 1011110 10101011 11101010 111100 11011 0 1000 11001111 1001101 1000000

Color Harmonies of #5EABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EABEA

Black with #5EABEA

Text Example


Text Example

White with #5EABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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