Html Css Color HEX #5EACDF Malibu

📋 copy color: '#5EACDF'

red 94 ◦ green 172 ◦ blue 223

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

Shades of Malibu #5EACDF

Tints of Malibu #5EACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 19.22%
G = 35.17%
B = 45.6%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EACDF (or 0x5EACDF) is known color: Malibu. HEX triplet: 5E, AC and DF. RGB value is (94,172,223). Sum of RGB (Red+Green+Blue) = 94+172+223=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #5EACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACDF is #A15320. Grayscale: #9A9A9A. Windows color (decimal): -10572577 or 14658654. OLE color: 14658654.

HSL color Cylindrical-coordinate representation of color #5EACDF: hue angle of 203.72º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EACDF is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 172 223 -
CMYK 0.58 0.23 0 0.13
HSL 203.72º 0.67% 0.62% -
HSV(B) 203.72º 0.58% 0.87% -
XYZ 32.69 37.21 75.27 -
YUV 154.49 166.66 84.85 -
System Red Green Blue C M Y K H S L
Decimal 94 172 223 0.58 0.23 0 0.13 203.72 0.67 0.62
Hex 5E AC DF 3A 17 0 D CC 43 3E
Octal 136 254 337 72 27 0 15 314 103 76
Binary 1011110 10101100 11011111 111010 10111 0 1101 11001100 1000011 111110

Color Harmonies of #5EACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACDF

Black with #5EACDF

Text Example


Text Example

White with #5EACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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