#5EBFF4

Color #5EBFF4 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #5EBFF4

Tints of Malibu #5EBFF4

Color information

#5EBFF4 (or 0x5EBFF4) is unknown color: approx Malibu. HEX triplet: 5E, BF and F4. RGB value is (94,191,244). Sum of RGB (Red+Green+Blue) = 94+191+244=529 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.77% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #5EBFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBFF4 is #A1400B. Grayscale: #A7A7A7. Windows color (decimal): -10567692 or 16039774. OLE color: 16039774.

HSL color Cylindrical-coordinate representation of color #5EBFF4: hue angle of 201.2º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EBFF4 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB94191244-
CMYK0.610.2200.04
HSL201.2º87.21%66.27%-
HSV(B)201.2º61.48%95.69%-
XYZ39.5846.1792.41-
YUV168.04170.8675.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.77%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 244 (95.70% from 255) = 46.12%
R=17.77%
G=36.11%
B=46.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal941912440.610.2200.04201.287.2166.27
Hex5EBFF43D1604c95742
Octal136277364752604311127102
Binary101111010111111111101001111011011001001100100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EBFF4;
 }
 .AnyTagClassName
 {
   color: #5EBFF4;
 }
</style>
background-color css

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

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

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

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

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

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