Html Css Color HEX #5EAFDE Malibu

📋 copy color: '#5EAFDE'

red 94 ◦ green 175 ◦ blue 222

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

Shades of Malibu #5EAFDE

Tints of Malibu #5EAFDE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.64%

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 19.14%
G = 35.64%
B = 45.21%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EAFDE (or 0x5EAFDE) is known color: Malibu. HEX triplet: 5E, AF and DE. RGB value is (94,175,222). Sum of RGB (Red+Green+Blue) = 94+175+222=491 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.14% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #5EAFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFDE is #A15021. Grayscale: #9B9B9B. Windows color (decimal): -10571810 or 14593886. OLE color: 14593886.

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

Color convert

RGB 94 175 222 -
CMYK 0.58 0.21 0 0.13
HSL 202.03º 0.66% 0.62% -
HSV(B) 202.03º 0.58% 0.87% -
XYZ 33.13 38.31 74.76 -
YUV 156.14 165.16 83.68 -
System Red Green Blue C M Y K H S L
Decimal 94 175 222 0.58 0.21 0 0.13 202.03 0.66 0.62
Hex 5E AF DE 3A 15 0 D CA 42 3E
Octal 136 257 336 72 25 0 15 312 102 76
Binary 1011110 10101111 11011110 111010 10101 0 1101 11001010 1000010 111110

Color Harmonies of #5EAFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAFDE

Black with #5EAFDE

Text Example


Text Example

White with #5EAFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,175,222); }

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

background-color css

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

 a { background-color: rgb(94,175,222); }

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

border-color css

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

 span { border-color: rgb(94,175,222); }

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