Html Css Color HEX #5EACEC Malibu

📋 copy color: '#5EACEC'

red 94 ◦ green 172 ◦ blue 236

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

Shades of Malibu #5EACEC

Tints of Malibu #5EACEC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.26%

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 18.73%
G = 34.26%
B = 47.01%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5EACEC (or 0x5EACEC) is known color: Malibu. HEX triplet: 5E, AC and EC. RGB value is (94,172,236). Sum of RGB (Red+Green+Blue) = 94+172+236=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EACEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EACEC is #A15313. Grayscale: #9B9B9B. Windows color (decimal): -10572564 or 15510622. OLE color: 15510622.

HSL color Cylindrical-coordinate representation of color #5EACEC: hue angle of 207.04º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EACEC is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 172 236 -
CMYK 0.60 0.27 0 0.07
HSL 207.04º 0.79% 0.65% -
HSV(B) 207.04º 0.6% 0.93% -
XYZ 34.51 37.94 84.86 -
YUV 155.97 173.16 83.8 -
System Red Green Blue C M Y K H S L
Decimal 94 172 236 0.60 0.27 0 0.07 207.04 0.79 0.65
Hex 5E AC EC 3C 1B 0 7 CF 4F 41
Octal 136 254 354 74 33 0 7 317 117 101
Binary 1011110 10101100 11101100 111100 11011 0 111 11001111 1001111 1000001

Color Harmonies of #5EACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACEC

Black with #5EACEC

Text Example


Text Example

White with #5EACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,172,236); }

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

background-color css

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

 a { background-color: rgb(94,172,236); }

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

border-color css

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

 span { border-color: rgb(94,172,236); }

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