Html Css Color HEX #5EBEDF Malibu

📋 copy color: '#5EBEDF'

red 94 ◦ green 190 ◦ blue 223

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

Shades of Malibu #5EBEDF

Tints of Malibu #5EBEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.48%

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

R = 18.54%
G = 37.48%
B = 43.98%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EBEDF (or 0x5EBEDF) is known color: Malibu. HEX triplet: 5E, BE and DF. RGB value is (94,190,223). Sum of RGB (Red+Green+Blue) = 94+190+223=507 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.54% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #5EBEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBEDF is #A14120. Grayscale: #A4A4A4. Windows color (decimal): -10567969 or 14663262. OLE color: 14663262.

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

Color convert

RGB 94 190 223 -
CMYK 0.58 0.15 0 0.13
HSL 195.35º 0.67% 0.62% -
HSV(B) 195.35º 0.58% 0.87% -
XYZ 36.35 44.53 76.49 -
YUV 165.06 160.7 77.32 -
System Red Green Blue C M Y K H S L
Decimal 94 190 223 0.58 0.15 0 0.13 195.35 0.67 0.62
Hex 5E BE DF 3A F 0 D C3 43 3E
Octal 136 276 337 72 17 0 15 303 103 76
Binary 1011110 10111110 11011111 111010 1111 0 1101 11000011 1000011 111110

Color Harmonies of #5EBEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBEDF

Black with #5EBEDF

Text Example


Text Example

White with #5EBEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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