Html Css Color HEX #5EC6EA Malibu

📋 copy color: '#5EC6EA'

red 94 ◦ green 198 ◦ blue 234

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

Shades of Malibu #5EC6EA

Tints of Malibu #5EC6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.64%

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

R = 17.87%
G = 37.64%
B = 44.49%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5EC6EA (or 0x5EC6EA) is known color: Malibu. HEX triplet: 5E, C6 and EA. RGB value is (94,198,234). Sum of RGB (Red+Green+Blue) = 94+198+234=526 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.87% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #5EC6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC6EA is #A13915. Grayscale: #AAAAAA. Windows color (decimal): -10565910 or 15386206. OLE color: 15386206.

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

Color convert

RGB 94 198 234 -
CMYK 0.60 0.15 0 0.08
HSL 195.43º 0.77% 0.64% -
HSV(B) 195.43º 0.6% 0.92% -
XYZ 39.66 48.71 85.15 -
YUV 171.01 163.54 73.07 -
System Red Green Blue C M Y K H S L
Decimal 94 198 234 0.60 0.15 0 0.08 195.43 0.77 0.64
Hex 5E C6 EA 3C F 0 8 C3 4D 40
Octal 136 306 352 74 17 0 10 303 115 100
Binary 1011110 11000110 11101010 111100 1111 0 1000 11000011 1001101 1000000

Color Harmonies of #5EC6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC6EA

Black with #5EC6EA

Text Example


Text Example

White with #5EC6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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