#5EC0F3

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

Shades of Malibu #5EC0F3

Tints of Malibu #5EC0F3

Color information

#5EC0F3 (or 0x5EC0F3) is unknown color: approx Malibu. HEX triplet: 5E, C0 and F3. RGB value is (94,192,243). Sum of RGB (Red+Green+Blue) = 94+192+243=529 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.77% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #5EC0F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC0F3 is #A13F0C. Grayscale: #A8A8A8. Windows color (decimal): -10567437 or 15974494. OLE color: 15974494.

HSL color Cylindrical-coordinate representation of color #5EC0F3: hue angle of 200.54º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EC0F3 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB94192243-
CMYK0.610.2100.05
HSL200.54º86.13%66.08%-
HSV(B)200.54º61.32%95.29%-
XYZ39.6446.5591.69-
YUV168.51170.0374.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.77%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 243 (95.31% from 255) = 45.94%
R=17.77%
G=36.29%
B=45.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal941922430.610.2100.05200.5486.1366.08
Hex5EC0F33D1505c95642
Octal136300363752505311126102
Binary101111011000000111100111111011010101011100100110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,192,243); }

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

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

 a { background-color: rgb(94,192,243); }

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

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

 span { border-color: rgb(94,192,243); }

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