Html Css Color HEX #5EBADF Malibu

📋 copy color: '#5EBADF'

red 94 ◦ green 186 ◦ blue 223

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

Shades of Malibu #5EBADF

Tints of Malibu #5EBADF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.98%

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

R = 18.69%
G = 36.98%
B = 44.33%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EBADF (or 0x5EBADF) is known color: Malibu. HEX triplet: 5E, BA and DF. RGB value is (94,186,223). Sum of RGB (Red+Green+Blue) = 94+186+223=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #5EBADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBADF is #A14520. Grayscale: #A2A2A2. Windows color (decimal): -10568993 or 14662238. OLE color: 14662238.

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

Color convert

RGB 94 186 223 -
CMYK 0.58 0.17 0 0.13
HSL 197.21º 0.67% 0.62% -
HSV(B) 197.21º 0.58% 0.87% -
XYZ 35.49 42.83 76.21 -
YUV 162.71 162.02 78.99 -
System Red Green Blue C M Y K H S L
Decimal 94 186 223 0.58 0.17 0 0.13 197.21 0.67 0.62
Hex 5E BA DF 3A 11 0 D C5 43 3E
Octal 136 272 337 72 21 0 15 305 103 76
Binary 1011110 10111010 11011111 111010 10001 0 1101 11000101 1000011 111110

Color Harmonies of #5EBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBADF

Black with #5EBADF

Text Example


Text Example

White with #5EBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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