#5EBFE4

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

Shades of Malibu #5EBFE4

Tints of Malibu #5EBFE4

Color information

#5EBFE4 (or 0x5EBFE4) is unknown color: approx Malibu. HEX triplet: 5E, BF and E4. RGB value is (94,191,228). Sum of RGB (Red+Green+Blue) = 94+191+228=513 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.32% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #5EBFE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBFE4 is #A1401B. Grayscale: #A5A5A5. Windows color (decimal): -10567708 or 14991198. OLE color: 14991198.

HSL color Cylindrical-coordinate representation of color #5EBFE4: hue angle of 196.57º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EBFE4 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB94191228-
CMYK0.590.1600.11
HSL196.57º71.28%63.14%-
HSV(B)196.57º58.77%89.41%-
XYZ37.2545.2480.17-
YUV166.21162.8676.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.32%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 228 (89.45% from 255) = 44.44%
R=18.32%
G=37.23%
B=44.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal941912280.590.1600.11196.5771.2863.14
Hex5EBFE43B100Bc5473f
Octal136277344732001330510777
Binary101111010111111111001001110111000001011110001011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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