Html Css Color HEX #5EAEDF Malibu

📋 copy color: '#5EAEDF'

red 94 ◦ green 174 ◦ blue 223

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

Shades of Malibu #5EAEDF

Tints of Malibu #5EAEDF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.44%

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

R = 19.14%
G = 35.44%
B = 45.42%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EAEDF (or 0x5EAEDF) is known color: Malibu. HEX triplet: 5E, AE and DF. RGB value is (94,174,223). Sum of RGB (Red+Green+Blue) = 94+174+223=491 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.14% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #5EAEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAEDF is #A15120. Grayscale: #9B9B9B. Windows color (decimal): -10572065 or 14659166. OLE color: 14659166.

HSL color Cylindrical-coordinate representation of color #5EAEDF: hue angle of 202.79º 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 #5EAEDF is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 174 223 -
CMYK 0.58 0.22 0 0.13
HSL 202.79º 0.67% 0.62% -
HSV(B) 202.79º 0.58% 0.87% -
XYZ 33.07 37.98 75.4 -
YUV 155.67 166 84.02 -
System Red Green Blue C M Y K H S L
Decimal 94 174 223 0.58 0.22 0 0.13 202.79 0.67 0.62
Hex 5E AE DF 3A 16 0 D CB 43 3E
Octal 136 256 337 72 26 0 15 313 103 76
Binary 1011110 10101110 11011111 111010 10110 0 1101 11001011 1000011 111110

Color Harmonies of #5EAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAEDF

Black with #5EAEDF

Text Example


Text Example

White with #5EAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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