Html Css Color HEX #5EBFDE Malibu

📋 copy color: '#5EBFDE'

red 94 ◦ green 191 ◦ blue 222

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

Shades of Malibu #5EBFDE

Tints of Malibu #5EBFDE

RGB

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

 GREEN value IS 191 (75% from 255) = 37.67%

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

R = 18.54%
G = 37.67%
B = 43.79%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EBFDE (or 0x5EBFDE) is known color: Malibu. HEX triplet: 5E, BF and DE. RGB value is (94,191,222). Sum of RGB (Red+Green+Blue) = 94+191+222=507 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.54% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #5EBFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBFDE is #A14021. Grayscale: #A5A5A5. Windows color (decimal): -10567714 or 14597982. OLE color: 14597982.

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

Color convert

RGB 94 191 222 -
CMYK 0.58 0.14 0 0.13
HSL 194.53º 0.66% 0.62% -
HSV(B) 194.53º 0.58% 0.87% -
XYZ 36.43 44.92 75.86 -
YUV 165.53 159.86 76.98 -
System Red Green Blue C M Y K H S L
Decimal 94 191 222 0.58 0.14 0 0.13 194.53 0.66 0.62
Hex 5E BF DE 3A E 0 D C3 42 3E
Octal 136 277 336 72 16 0 15 303 102 76
Binary 1011110 10111111 11011110 111010 1110 0 1101 11000011 1000010 111110

Color Harmonies of #5EBFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBFDE

Black with #5EBFDE

Text Example


Text Example

White with #5EBFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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